Don't load cargo shuttle by default (#9194)
* Don't load cargo shuttle by default Realistically only I am going to care and it wastes a few seconds per test / debugging locally. * Make it a general cvar instead * a
This commit is contained in:
@@ -900,6 +900,11 @@ namespace Content.Shared.CCVar
|
||||
public static readonly CVarDef<float> ShuttleIdleAngularDamping =
|
||||
CVarDef.Create("shuttle.idle_angular_damping", 100f, CVar.SERVERONLY);
|
||||
|
||||
/// <summary>
|
||||
/// Whether cargo shuttles are enabled.
|
||||
/// </summary>
|
||||
public static readonly CVarDef<bool> CargoShuttles =
|
||||
CVarDef.Create("shuttle.cargo", true, CVar.SERVERONLY);
|
||||
|
||||
/*
|
||||
* Emergency
|
||||
|
||||
Reference in New Issue
Block a user