Fixes /datum/Beam failing to GC (#23285)

This commit is contained in:
Cyberboss
2017-01-26 09:39:55 +01:00
committed by AnturK
parent a172e6d357
commit d338467755
4 changed files with 20 additions and 7 deletions
+3 -3
View File
@@ -43,12 +43,12 @@
Reset()
Draw()
sleep(sleep_time)
qdel(src)
if(!qdeleted(src))
qdel(src)
/datum/beam/proc/End()
finished = 1
finished = TRUE
/datum/beam/proc/Reset()