diff --git a/.run/Content Server+Client.run.xml b/.run/Content.Server+Client.run.xml similarity index 100% rename from .run/Content Server+Client.run.xml rename to .run/Content.Server+Client.run.xml diff --git a/Content.Shared/CCVar/CCVars.cs b/Content.Shared/CCVar/CCVars.cs index c994c59143d..26483c089ca 100644 --- a/Content.Shared/CCVar/CCVars.cs +++ b/Content.Shared/CCVar/CCVars.cs @@ -1284,17 +1284,17 @@ public static readonly CVarDef /// See vote.enabled, but specific to restart votes /// public static readonly CVarDef VoteRestartEnabled = - CVarDef.Create("vote.restart_enabled", true, CVar.SERVERONLY); + CVarDef.Create("vote.restart_enabled", false, CVar.SERVERONLY); /// /// Config for when the restart vote should be allowed to be called regardless with less than this amount of players. /// public static readonly CVarDef VoteRestartMaxPlayers = - CVarDef.Create("vote.restart_max_players", 20, CVar.SERVERONLY); + CVarDef.Create("vote.restart_max_players", 4, CVar.SERVERONLY); /// /// 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); @@ -1314,7 +1314,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.90f, CVar.SERVERONLY); /// /// Whether or not to prevent the restart vote from having any effect when there is an online admin @@ -1339,7 +1339,7 @@ public static readonly CVarDef /// Sets the duration of the restart vote timer. /// public static readonly CVarDef - VoteTimerRestart = CVarDef.Create("vote.timerrestart", 60, CVar.SERVERONLY); + VoteTimerRestart = CVarDef.Create("vote.timerrestart", 300, CVar.SERVERONLY); /// /// Sets the duration of the gamemode/preset vote timer.