diff --git a/Content.Shared/CCVar/CCVars.cs b/Content.Shared/CCVar/CCVars.cs index c64310fd7ec..0d70cdc1d1b 100644 --- a/Content.Shared/CCVar/CCVars.cs +++ b/Content.Shared/CCVar/CCVars.cs @@ -1399,7 +1399,7 @@ public static readonly CVarDef /// 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", 50, CVar.SERVERONLY); + CVarDef.Create("vote.restart_ghost_percentage", 20, CVar.SERVERONLY); /// /// See vote.enabled, but specific to preset votes @@ -1417,7 +1417,7 @@ public static readonly CVarDef /// The required ratio of the server that must agree for a restart round vote to go through. /// public static readonly CVarDef VoteRestartRequiredRatio = - CVarDef.Create("vote.restart_required_ratio", 0.85f, CVar.SERVERONLY); + CVarDef.Create("vote.restart_required_ratio", 0.75f, CVar.SERVERONLY); /// /// Whether or not to prevent the restart vote from having any effect when there is an online admin