diff --git a/Content.Server/GameTicking/GameTicker.GamePreset.cs b/Content.Server/GameTicking/GameTicker.GamePreset.cs index f03616dfd3..be8eabd8c3 100644 --- a/Content.Server/GameTicking/GameTicker.GamePreset.cs +++ b/Content.Server/GameTicking/GameTicker.GamePreset.cs @@ -70,7 +70,7 @@ namespace Content.Server.GameTicking private void InitializeGamePreset() { - SetGamePreset(_configurationManager.GetCVar(CCVars.GameLobbyDefaultPreset)); + SetGamePreset(LobbyEnabled ? _configurationManager.GetCVar(CCVars.GameLobbyDefaultPreset) : "sandbox"); } public void SetGamePreset(GamePresetPrototype preset, bool force = false)