wrong question mark place aaa

This commit is contained in:
deathride58
2020-01-07 20:22:06 -05:00
committed by GitHub
parent 633294c590
commit f0af57d7d6

View File

@@ -103,7 +103,7 @@
/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.key == expected_key && O.client?.address == addr)
if(O.client)
new /obj/screen/splash(O.client, TRUE)
break