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 =>
|
||||
|
||||
@@ -18,6 +18,7 @@ namespace Content.Server.Disposal.Tube.Components
|
||||
public override string ContainerId => "DisposalTagger";
|
||||
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
[DataField("tag")]
|
||||
public string Tag = "";
|
||||
|
||||
[ViewVariables]
|
||||
|
||||
Reference in New Issue
Block a user