From 458aea6c8a39d0017e30daeafebb9258211b17e4 Mon Sep 17 00:00:00 2001 From: VMSolidus Date: Sun, 18 Aug 2024 13:10:24 -0400 Subject: [PATCH] Update CCVars.cs --- Content.Shared/CCVar/CCVars.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/CCVar/CCVars.cs b/Content.Shared/CCVar/CCVars.cs index e8a8f53e38..c613cc8965 100644 --- a/Content.Shared/CCVar/CCVars.cs +++ b/Content.Shared/CCVar/CCVars.cs @@ -166,7 +166,7 @@ public static readonly CVarDef /// The preset for the game to fall back to if the selected preset could not be used, and fallback is enabled. /// public static readonly CVarDef - GameLobbyFallbackPreset = CVarDef.Create("game.fallbackpreset", "Traitor,Extended", CVar.ARCHIVE); + GameLobbyFallbackPreset = CVarDef.Create("game.fallbackpreset", "Extended", CVar.ARCHIVE); /// /// Controls if people can win the game in Suspicion or Deathmatch.