More ebeam GC fixes (#18240)

This commit is contained in:
AffectedArc07
2022-07-06 22:52:16 +01:00
committed by GitHub
parent 47c054917e
commit 0060c3a2f3
+1 -2
View File
@@ -48,8 +48,7 @@
finished = 1
/datum/beam/proc/Reset()
for(var/obj/effect/ebeam/B in elements)
qdel(B)
QDEL_LIST(elements)
/datum/beam/Destroy()
Reset()