From 3639b381d010b041be2cc9df9a6628ccf6e83a70 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Tue, 7 Jun 2022 12:44:34 +1000 Subject: [PATCH] Change default preset to secret (#8694) It gets voted for at the start every time anyway and traitor isn't even voteable. --- 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 e634c6ddc0..1a341e2c8e 100644 --- a/Content.Shared/CCVar/CCVars.cs +++ b/Content.Shared/CCVar/CCVars.cs @@ -124,7 +124,7 @@ namespace Content.Shared.CCVar /// Controls the default game preset. /// public static readonly CVarDef - GameLobbyDefaultPreset = CVarDef.Create("game.defaultpreset", "traitor", CVar.ARCHIVE); + GameLobbyDefaultPreset = CVarDef.Create("game.defaultpreset", "secret", CVar.ARCHIVE); /// /// Controls if the game can force a different preset if the current preset's criteria are not met.