fix airlocks inconsistently auto-closing after unbolting (#33524)

fix door auto close timer
This commit is contained in:
slarticodefast
2024-11-25 05:26:54 +01:00
committed by GitHub
parent d642ee7707
commit 3c6c5ab6c9
5 changed files with 29 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ public sealed partial class DoorComponent : Component
/// <summary>
/// When the door is active, this is the time when the state will next update.
/// </summary>
[AutoNetworkedField]
[AutoNetworkedField, ViewVariables]
public TimeSpan? NextStateChange;
/// <summary>