[Tweak] Default to Traitor instead of Extended when possible (#16386)

This commit is contained in:
OctoRocket
2023-06-08 00:16:18 -07:00
committed by GitHub
parent a9be0b2ba4
commit ecef573af5
8 changed files with 34 additions and 21 deletions

View File

@@ -167,7 +167,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", "extended", CVar.ARCHIVE);
GameLobbyFallbackPreset = CVarDef.Create("game.fallbackpreset", "Traitor,Extended", CVar.ARCHIVE);
/// <summary>
/// Controls if people can win the game in Suspicion or Deathmatch.