From 89fcde9927147c6b6d23aaf16e5d1e3a5481f6ca Mon Sep 17 00:00:00 2001 From: deathride58 Date: Tue, 7 Jan 2020 20:24:08 -0500 Subject: [PATCH] im like 3 iq dont bulli --- code/datums/world_topic.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/datums/world_topic.dm b/code/datums/world_topic.dm index 602ef7f5f5..e01b525e02 100644 --- a/code/datums/world_topic.dm +++ b/code/datums/world_topic.dm @@ -103,8 +103,8 @@ /datum/world_topic/server_hop/Run(list/input, addr) var/expected_key = input[keyword] for(var/mob/dead/observer/O in GLOB.player_list) - if(O.key == expected_key && O.client?.address == addr) - if(O.client) + if(O.key == expected_key) + if(O.client?.address == addr) new /obj/screen/splash(O.client, TRUE) break