fix airlocks inconsistently auto-closing after unbolting (#33524)
fix door auto close timer
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user