mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
[MIRROR] Enables SHOULD_CALL_PARENT for datum Destroy proc (#9791)
Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
4c743c6335
commit
6ad19122a6
@@ -89,7 +89,7 @@
|
||||
*/
|
||||
/datum/proc/Destroy(force=FALSE)
|
||||
SHOULD_CALL_PARENT(TRUE)
|
||||
// SHOULD_NOT_SLEEP(TRUE) FIXME: Causing some big issues still
|
||||
//SHOULD_NOT_SLEEP(TRUE)
|
||||
tag = null
|
||||
weak_reference = null //ensure prompt GCing of weakref.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user