Make sandbox the local gamemode (#8360)
This commit is contained in:
@@ -70,7 +70,7 @@ namespace Content.Server.GameTicking
|
|||||||
|
|
||||||
private void InitializeGamePreset()
|
private void InitializeGamePreset()
|
||||||
{
|
{
|
||||||
SetGamePreset(_configurationManager.GetCVar(CCVars.GameLobbyDefaultPreset));
|
SetGamePreset(LobbyEnabled ? _configurationManager.GetCVar(CCVars.GameLobbyDefaultPreset) : "sandbox");
|
||||||
}
|
}
|
||||||
|
|
||||||
public void SetGamePreset(GamePresetPrototype preset, bool force = false)
|
public void SetGamePreset(GamePresetPrototype preset, bool force = false)
|
||||||
|
|||||||
Reference in New Issue
Block a user