From 3cd7160f4d8db00db47598f4345e8e80f9832289 Mon Sep 17 00:00:00 2001 From: Fansana Date: Thu, 14 Nov 2024 00:30:14 +0100 Subject: [PATCH] cvar enabled by default --- 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 657726cea4e..4228762bf5b 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.