From 69be7089d1abe34bdadbc19e65f665344351b046 Mon Sep 17 00:00:00 2001 From: basic pack <159909786+packmore@users.noreply.github.com> Date: Tue, 28 May 2024 18:51:25 -0500 Subject: [PATCH] Lowers restart round vote's minimum players dead percentage. (#27470) --- Content.Shared/CCVar/CCVars.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/CCVar/CCVars.cs b/Content.Shared/CCVar/CCVars.cs index 1f419fb53f..e5d08ad6f3 100644 --- a/Content.Shared/CCVar/CCVars.cs +++ b/Content.Shared/CCVar/CCVars.cs @@ -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 VoteRestartGhostPercentage = - CVarDef.Create("vote.restart_ghost_percentage", 75, CVar.SERVERONLY); + CVarDef.Create("vote.restart_ghost_percentage", 55, CVar.SERVERONLY); /// /// See vote.enabled, but specific to preset votes -- 2.51.2