mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 19:44:46 +01:00
Weakref cleanup (#19382)
* oh god help * fixes * oops * container runtime --------- Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
@@ -122,6 +122,7 @@
|
||||
var/obj/structure/blob/core/B = weakref.resolve()
|
||||
if(istype(B))
|
||||
qdel(B)
|
||||
blobs.Cut()
|
||||
|
||||
/datum/event2/event/blob/announce()
|
||||
if(!ended) // Don't announce if the blobs die early.
|
||||
|
||||
Reference in New Issue
Block a user