Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update CCVars.cs
  • Loading branch information
LovelyLophi authored Jul 1, 2024
1 parent e2cbf12 commit 96f1a99
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 @@ -1334,7 +1334,7 @@ public static readonly CVarDef<bool>
/// Config for when the restart vote should be allowed to be called based on percentage of ghosts.
///
public static readonly CVarDef<int> VoteRestartGhostPercentage =
CVarDef.Create("vote.restart_ghost_percentage", 75, CVar.SERVERONLY);
CVarDef.Create("vote.restart_ghost_percentage", 50, CVar.SERVERONLY);

/// <summary>
/// See vote.enabled, but specific to preset votes
Expand Down

0 comments on commit 96f1a99

Please sign in to comment.