Fix disposal router and tagger not saving their tags (#11252)
This commit is contained in:
@@ -18,8 +18,8 @@ namespace Content.Server.Disposal.Tube.Components
|
||||
|
||||
[Dependency] private readonly IEntityManager _entMan = default!;
|
||||
|
||||
[ViewVariables]
|
||||
public readonly HashSet<string> Tags = new();
|
||||
[DataField("tags")]
|
||||
public HashSet<string> Tags = new();
|
||||
|
||||
[ViewVariables]
|
||||
public bool Anchored =>
|
||||
|
||||
Reference in New Issue
Block a user