Further New Player GC Fixes

This commit is contained in:
Fox McCloud
2020-07-05 01:21:09 -04:00
parent a545a13ed4
commit e3793a14ee
2 changed files with 4 additions and 0 deletions
@@ -210,6 +210,7 @@
if(!client.holder && !config.antag_hud_allowed) // For new ghosts we remove the verb from even showing up if it's not allowed.
observer.verbs -= /mob/dead/observer/verb/toggle_antagHUD // Poor guys, don't know what they are missing!
observer.key = key
QDEL_NULL(mind)
GLOB.respawnable_list += observer
qdel(src)
return 1