Reduce shuttle transit time (#9397)

This commit is contained in:
metalgearsloth
2022-07-04 15:14:04 +10:00
committed by GitHub
parent bdbed1e665
commit da383cc029
2 changed files with 3 additions and 3 deletions

View File

@@ -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.