Lowers restart round vote's minimum players dead percentage. (#27470)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user