Fix Centcomm (#16772)
This commit is contained in:
@@ -1171,12 +1171,6 @@ namespace Content.Shared.CCVar
|
||||
public static readonly CVarDef<int> EmergencyShuttleAutoCallExtensionTime =
|
||||
CVarDef.Create("shuttle.auto_call_extension_time", 45, CVar.SERVERONLY);
|
||||
|
||||
/// <summary>
|
||||
/// The map to load for CentCom for the emergency shuttle to dock to.
|
||||
/// </summary>
|
||||
public static readonly CVarDef<string> CentcommMap =
|
||||
CVarDef.Create("shuttle.centcomm_map", "/Maps/centcomm.yml", CVar.SERVERONLY);
|
||||
|
||||
/*
|
||||
* Crew Manifests
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user