mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-20 10:37:17 +01:00
Merge pull request #4824 from Fox-McCloud/lobby-fix
Lobby Players Ready Fix
This commit is contained in:
@@ -90,12 +90,12 @@
|
||||
|
||||
if(ticker.current_state == GAME_STATE_PREGAME)
|
||||
stat("Players:", "[totalPlayers]")
|
||||
if(client.holder)
|
||||
if(check_rights(R_ADMIN, 0, src))
|
||||
stat("Players Ready:", "[totalPlayersReady]")
|
||||
totalPlayers = 0
|
||||
totalPlayersReady = 0
|
||||
for(var/mob/new_player/player in player_list)
|
||||
if(client.holder)
|
||||
if(check_rights(R_ADMIN, 0, src))
|
||||
stat("[player.key]", (player.ready)?("(Playing)"):(null))
|
||||
totalPlayers++
|
||||
if(player.ready)
|
||||
|
||||
Reference in New Issue
Block a user