Config presets system. (#12824)
This commit is contained in:
committed by
GitHub
parent
326fdefe85
commit
55c61b9c35
@@ -55,9 +55,6 @@ public sealed partial class ShuttleSystem
|
||||
|
||||
private void InitializeEscape()
|
||||
{
|
||||
#if !FULL_RELEASE
|
||||
_configManager.OverrideDefault(CCVars.EmergencyShuttleEnabled, false);
|
||||
#endif
|
||||
_emergencyShuttleEnabled = _configManager.GetCVar(CCVars.EmergencyShuttleEnabled);
|
||||
// Don't immediately invoke as roundstart will just handle it.
|
||||
_configManager.OnValueChanged(CCVars.EmergencyShuttleEnabled, SetEmergencyShuttleEnabled);
|
||||
|
||||
Reference in New Issue
Block a user