diff --git a/Content.Shared/CCVar/CCVars.cs b/Content.Shared/CCVar/CCVars.cs index 657726cea4..4228762bf5 100644 --- a/Content.Shared/CCVar/CCVars.cs +++ b/Content.Shared/CCVar/CCVars.cs @@ -2649,7 +2649,7 @@ public static readonly CVarDef /// Enables the automatic voting system. /// public static readonly CVarDef AutoVoteEnabled = - CVarDef.Create("vote.autovote_enabled", false, CVar.SERVERONLY); + CVarDef.Create("vote.autovote_enabled", true, CVar.SERVERONLY); // Floof enabled by default /// /// Automatically make map votes on return to lobby? Requires auto voting to be enabled.