Lowers restart round vote's minimum players dead percentage. (#27470)

This commit is contained in:
basic pack
2024-05-28 18:51:25 -05:00
committed by GitHub
parent 0bca934c9d
commit 69be7089d1

View File

@@ -1251,7 +1251,7 @@ namespace Content.Shared.CCVar
/// 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", 55, CVar.SERVERONLY);
/// <summary>
/// See vote.enabled, but specific to preset votes