Ports revised job backend from TG
This commit is contained in:
@@ -355,7 +355,7 @@
|
||||
|
||||
// Ultimate randomizing code right here
|
||||
for(var/mob/dead/new_player/player in GLOB.player_list)
|
||||
if(player.client && player.ready == PLAYER_READY_TO_PLAY)
|
||||
if(player.client && player.ready == PLAYER_READY_TO_PLAY && player.check_preferences())
|
||||
players += player
|
||||
|
||||
// Shuffling, the players list is now ping-independent!!!
|
||||
|
||||
Reference in New Issue
Block a user