Merge pull request #7824 from Citadel-Station-13/kevinz000-patch-23

new players no longer see aooc
This commit is contained in:
nik707
2018-12-15 15:17:05 -06:00
committed by GitHub
+1 -1
View File
@@ -61,7 +61,7 @@
antaglisting |= M.current.client
for(var/mob/M in GLOB.player_list)
if(M.client && (M.stat == DEAD || M.client.holder))
if(M.client && (M.stat == DEAD || M.client.holder) && !istype(M, /mob/dead/new_player))
antaglisting |= M.client
for(var/client/C in antaglisting)