Fix computer deconstruction (#15187)

This commit is contained in:
Leon Friedrich
2023-04-08 12:54:28 +12:00
committed by GitHub
parent 3c06b87572
commit 507b0d7320
2 changed files with 6 additions and 16 deletions

View File

@@ -34,9 +34,6 @@ namespace Content.Server.Construction.Components
[DataField("deconstructionTarget")]
public string? DeconstructionNode { get; set; } = "start";
[DataField("doAfter")]
public DoAfterId? DoAfter;
[ViewVariables]
// TODO Force flush interaction queue before serializing to YAML.
// Otherwise you can end up with entities stuck in invalid states (e.g., waiting for DoAfters).