Disable emergency shuttles locally (#9195)
Can still re-enable via cvar but this is to make devving faster.
This commit is contained in:
@@ -81,6 +81,7 @@ namespace Content.Server.Shuttles.Systems
|
||||
public override void Shutdown()
|
||||
{
|
||||
base.Shutdown();
|
||||
ShutdownEscape();
|
||||
ShutdownEmergencyConsole();
|
||||
_configManager.UnsubValueChanged(CCVars.ShuttleMaxLinearSpeed, SetShuttleMaxLinearSpeed);
|
||||
_configManager.UnsubValueChanged(CCVars.ShuttleMaxAngularSpeed, SetShuttleMaxAngularSpeed);
|
||||
|
||||
Reference in New Issue
Block a user