Restart votes check player count and ghost levels (#23453)
* Restarts have max player count * Now counts ingame ghosts to determine if restart can be called * consistant cvar name * Added a player count with state conditional
This commit is contained in:
@@ -6,6 +6,7 @@ ui-vote-initiator-server = The server
|
||||
ui-vote-restart-title = Restart round
|
||||
ui-vote-restart-succeeded = Restart vote succeeded.
|
||||
ui-vote-restart-failed = Restart vote failed (need { TOSTRING($ratio, "P0") }).
|
||||
ui-vote-restart-fail-not-enough-ghost-players = Restart vote failed: A minimum of { $ghostPlayerRequirement }% ghost players is required to initiate a restart vote. Currently, there are not enough ghost players.
|
||||
ui-vote-restart-yes = Yes
|
||||
ui-vote-restart-no = No
|
||||
ui-vote-restart-abstain = Abstain
|
||||
|
||||
Reference in New Issue
Block a user