Skip to content

Commit

Permalink
[Fix/Tweak] Auto shift end and Benches / Авто завершение смены и скам…
Browse files Browse the repository at this point in the history
…ьи (#99)

* Shift event - Null

* Pews fix?

* THIS?

YES?

---------

Co-authored-by: Remuchi <[email protected]>
  • Loading branch information
RedBurningPhoenix and Remuchi authored Nov 6, 2024
1 parent 1ce3ca0 commit b5db4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/CCVar/CCVars.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1668,7 +1668,7 @@ public static readonly CVarDef<int>
/// Time in minutes after round start to auto-call the shuttle. Set to zero to disable.
/// </summary>
public static readonly CVarDef<int> EmergencyShuttleAutoCallTime =
CVarDef.Create("shuttle.auto_call_time", 120, CVar.SERVERONLY);
CVarDef.Create("shuttle.auto_call_time", 0, CVar.SERVERONLY);

/// <summary>
/// Time in minutes after the round was extended (by recalling the shuttle) to call
Expand Down

0 comments on commit b5db4fd

Please sign in to comment.