no more MRP sandbox. (#11236)

goobye
This commit is contained in:
Moony
2022-09-12 20:47:59 -05:00
committed by GitHub
parent 9fba67b758
commit 85389dab55

View File

@@ -143,7 +143,7 @@ namespace Content.Shared.CCVar
/// The preset for the game to fall back to if the selected preset could not be used, and fallback is enabled.
/// </summary>
public static readonly CVarDef<string>
GameLobbyFallbackPreset = CVarDef.Create("game.fallbackpreset", "sandbox", CVar.ARCHIVE);
GameLobbyFallbackPreset = CVarDef.Create("game.fallbackpreset", "extended", CVar.ARCHIVE);
/// <summary>
/// Controls if people can win the game in Suspicion or Deathmatch.