Make early launches a cvar (#10213)

Apparently our LRP playerbase sucks.
This commit is contained in:
metalgearsloth
2022-08-01 18:26:25 +10:00
committed by GitHub
parent 8701124195
commit 7d779018b9
3 changed files with 20 additions and 0 deletions

View File

@@ -886,6 +886,12 @@ namespace Content.Shared.CCVar
* Emergency
*/
/// <summary>
/// Is the emergency shuttle allowed to be early launched.
/// </summary>
public static readonly CVarDef<bool> EmergencyEarlyLaunchAllowed =
CVarDef.Create("shuttle.emergency_early_launch_allowed", false, CVar.SERVERONLY);
/// <summary>
/// How long the emergency shuttle remains docked with the station, in seconds.
/// </summary>