Reduce shuttle transit time (#9397)
This commit is contained in:
@@ -858,7 +858,7 @@ namespace Content.Shared.CCVar
|
||||
/// </summary>
|
||||
public static readonly CVarDef<bool> VoteRestartNotAllowedWhenAdminOnline =
|
||||
CVarDef.Create("vote.restart_not_allowed_when_admin_online", true, CVar.SERVERONLY);
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// The delay which two votes of the same type are allowed to be made by separate people, in seconds.
|
||||
/// </summary>
|
||||
@@ -945,7 +945,7 @@ namespace Content.Shared.CCVar
|
||||
/// How long after the console is authorized for the shuttle to early launch.
|
||||
/// </summary>
|
||||
public static readonly CVarDef<float> EmergencyShuttleTransitTime =
|
||||
CVarDef.Create("shuttle.emergency_transit_time", 120f, CVar.SERVERONLY);
|
||||
CVarDef.Create("shuttle.emergency_transit_time", 60f, CVar.SERVERONLY);
|
||||
|
||||
/// <summary>
|
||||
/// Whether the emergency shuttle is enabled or should the round just end.
|
||||
|
||||
Reference in New Issue
Block a user