Removes the ? that suppressed runtimes.

This commit is contained in:
Ghommie
2019-07-07 20:39:40 +02:00
parent ef745a850d
commit 49c8a08c15

View File

@@ -164,7 +164,7 @@
return
var/obj/effect/mob_spawn/MS = pick(GLOB.mob_spawners[href_list["JoinAsGhostRole"]])
if(MS?.attack_ghost(src, latejoinercalling = TRUE))
if(MS.attack_ghost(src, latejoinercalling = TRUE))
SSticker.queued_players -= src
SSticker.queue_delay = 4
qdel(src)