diff --git a/Content.Server/Shuttles/Systems/ShuttleSystem.EmergencyConsole.cs b/Content.Server/Shuttles/Systems/ShuttleSystem.EmergencyConsole.cs index ef5060bed5..9ec39c8f0c 100644 --- a/Content.Server/Shuttles/Systems/ShuttleSystem.EmergencyConsole.cs +++ b/Content.Server/Shuttles/Systems/ShuttleSystem.EmergencyConsole.cs @@ -277,8 +277,8 @@ public sealed partial class ShuttleSystem public bool DelayEmergencyRoundEnd() { if (_roundEndCancelToken == null) return false; - _roundEndCancelToken = null; _roundEndCancelToken?.Cancel(); + _roundEndCancelToken = null; return true; } }