Makes the default preset traitor, not suspicion. (#7719)
This commit is contained in:
committed by
GitHub
parent
86a89005ae
commit
1aad54ae17
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user