Use src, otherwise bad

This commit is contained in:
Cyberboss
2017-03-15 21:02:36 -04:00
committed by GitHub
parent ed8a1bafb1
commit 45f6b77507
+1 -1
View File
@@ -34,7 +34,7 @@ var/datum/controller/failsafe/Failsafe
set waitfor = 0
Failsafe.Loop()
if(!QDELETED(src))
qdel(Failsafe) //when Loop() returns, we delete ourselves and let the mc recreate us
qdel(src) //when Loop() returns, we delete ourselves and let the mc recreate us
/datum/controller/failsafe/Destroy()
running = FALSE