Skip to content

Commit

Permalink
Update CCVars.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Fansana authored Dec 14, 2024
1 parent 44b9192 commit e6d88cd
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Content.Shared/CCVar/CCVars.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2641,19 +2641,13 @@ public static readonly CVarDef<float>

#endregion

/// <summary>
/// Set to true to disable parallel processing in the pow3r solver.
/// </summary>
public static readonly CVarDef<bool> DebugPow3rDisableParallel =
CVarDef.Create("debug.pow3r_disable_parallel", true, CVar.SERVERONLY);

/*
* AUTOVOTE SYSTEM
*/

/// Enables the automatic voting system.
public static readonly CVarDef<bool> AutoVoteEnabled =
CVarDef.Create("vote.autovote_enabled", false, CVar.SERVERONLY);
CVarDef.Create("vote.autovote_enabled", true, CVar.SERVERONLY); // Floof

/// Automatically starts a map vote when returning to the lobby.
/// Requires auto voting to be enabled.
Expand Down

0 comments on commit e6d88cd

Please sign in to comment.