Remove redundant read-only VV from datafields (#12626)
This commit is contained in:
@@ -26,7 +26,6 @@ namespace Content.Server.Cabinet
|
||||
/// <summary>
|
||||
/// Whether the cabinet is currently open or not.
|
||||
/// </summary>
|
||||
[ViewVariables]
|
||||
[DataField("opened")]
|
||||
public bool Opened { get; set; } = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user