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!;
|
[Dependency] private readonly IEntityManager _entMan = default!;
|
||||||
|
|
||||||
[ViewVariables]
|
[DataField("tags")]
|
||||||
public readonly HashSet<string> Tags = new();
|
public HashSet<string> Tags = new();
|
||||||
|
|
||||||
[ViewVariables]
|
[ViewVariables]
|
||||||
public bool Anchored =>
|
public bool Anchored =>
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ namespace Content.Server.Disposal.Tube.Components
|
|||||||
public override string ContainerId => "DisposalTagger";
|
public override string ContainerId => "DisposalTagger";
|
||||||
|
|
||||||
[ViewVariables(VVAccess.ReadWrite)]
|
[ViewVariables(VVAccess.ReadWrite)]
|
||||||
|
[DataField("tag")]
|
||||||
public string Tag = "";
|
public string Tag = "";
|
||||||
|
|
||||||
[ViewVariables]
|
[ViewVariables]
|
||||||
|
|||||||
Reference in New Issue
Block a user