Disable emergency shuttles locally (#9195)

Can still re-enable via cvar but this is to make devving faster.
This commit is contained in:
metalgearsloth
2022-06-27 15:19:40 +10:00
committed by GitHub
parent 8a6d914586
commit 12e5cdacae
3 changed files with 51 additions and 4 deletions

View File

@@ -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);