Remove redundant read-only VV from datafields (#12626)
This commit is contained in:
@@ -15,7 +15,6 @@ namespace Content.Server.Solar.Components
|
||||
/// Maximum supply output by this panel (coverage = 1)
|
||||
/// </summary>
|
||||
[DataField("maxSupply")]
|
||||
[ViewVariables]
|
||||
public int MaxSupply = 1500;
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user