Makes the default preset traitor, not suspicion. (#7719)

This commit is contained in:
Vera Aguilera Puerto
2022-04-24 01:40:31 +02:00
committed by GitHub
parent 86a89005ae
commit 1aad54ae17

View File

@@ -105,7 +105,7 @@ namespace Content.Shared.CCVar
/// Controls the default game preset.
/// </summary>
public static readonly CVarDef<string>
GameLobbyDefaultPreset = CVarDef.Create("game.defaultpreset", "suspicion", CVar.ARCHIVE);
GameLobbyDefaultPreset = CVarDef.Create("game.defaultpreset", "traitor", CVar.ARCHIVE);
/// <summary>
/// Controls if the game can force a different preset if the current preset's criteria are not met.