Ports revised job backend from TG

This commit is contained in:
Poojawa
2019-06-16 18:45:26 -05:00
parent 89dd3d4e87
commit 762a3e3c02
51 changed files with 2201 additions and 2134 deletions
+1 -1
View File
@@ -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!!!