mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 21:49:11 +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:
@@ -55,6 +55,10 @@
|
||||
if(usr)
|
||||
user = WEAKREF(usr)
|
||||
|
||||
/datum/callback/Destroy(force)
|
||||
. = ..()
|
||||
user = null
|
||||
|
||||
/world/proc/ImmediateInvokeAsync(thingtocall, proctocall, ...)
|
||||
set waitfor = FALSE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user