Skip to content

Commit

Permalink
cvar enabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Fansana committed Nov 13, 2024
1 parent e889d49 commit 3cd7160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/CCVar/CCVars.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2649,7 +2649,7 @@ public static readonly CVarDef<float>
/// Enables the automatic voting system.
/// </summary>
public static readonly CVarDef<bool> AutoVoteEnabled =
CVarDef.Create("vote.autovote_enabled", false, CVar.SERVERONLY);
CVarDef.Create("vote.autovote_enabled", true, CVar.SERVERONLY); // Floof enabled by default

/// <summary>
/// Automatically make map votes on return to lobby? Requires auto voting to be enabled.
Expand Down

0 comments on commit 3cd7160

Please sign in to comment.