Remove redundant read-only VV from datafields (#12626)
This commit is contained in:
@@ -10,7 +10,6 @@ namespace Content.Server.Recycling.Components
|
||||
{
|
||||
[Dependency] private readonly IEntityManager _entMan = default!;
|
||||
|
||||
[ViewVariables]
|
||||
[DataField("enabled")]
|
||||
public bool Enabled = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user