diff --git a/code/datums/emotes.dm b/code/datums/emotes.dm index 5683367c55..f9c7b5bfe8 100644 --- a/code/datums/emotes.dm +++ b/code/datums/emotes.dm @@ -58,7 +58,7 @@ msg = "[user] [msg]" for(var/mob/M in GLOB.dead_mob_list) - if(!M.client || isnewplayer(M)) + if(!M.client || isnewplayer(M) || !user.client) continue var/T = get_turf(user) if(M.stat == DEAD && M.client && (M.client.prefs.chat_toggles & CHAT_GHOSTSIGHT) && !(M in viewers(T, null)))