Skip to content

Commit

Permalink
Revert "Merge pull request SS14-Classic#65 from VMSolidus/Fix-Fallbac…
Browse files Browse the repository at this point in the history
…k-maybe"

This reverts commit 7b316b8, reversing
changes made to b9796a7.
  • Loading branch information
VMSolidus committed Aug 18, 2024
1 parent 7b316b8 commit cb49ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/CCVar/CCVars.cs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public static readonly CVarDef<bool>
/// 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.
Expand Down

0 comments on commit cb49ec2

Please sign in to comment.