mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 10:22:13 +00:00
wrong question mark place aaa
This commit is contained in:
@@ -103,7 +103,7 @@
|
|||||||
/datum/world_topic/server_hop/Run(list/input, addr)
|
/datum/world_topic/server_hop/Run(list/input, addr)
|
||||||
var/expected_key = input[keyword]
|
var/expected_key = input[keyword]
|
||||||
for(var/mob/dead/observer/O in GLOB.player_list)
|
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)
|
if(O.client)
|
||||||
new /obj/screen/splash(O.client, TRUE)
|
new /obj/screen/splash(O.client, TRUE)
|
||||||
break
|
break
|
||||||
|
|||||||
Reference in New Issue
Block a user