Enables SHOULD_CALL_PARENT for datum Destroy proc (#16828)

This commit is contained in:
Selis
2025-01-05 00:28:58 +01:00
committed by GitHub
parent 0f6fd44bf7
commit ee8fe38a8a
6 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -86,7 +86,7 @@
* Returns [QDEL_HINT_QUEUE]
*/
/datum/proc/Destroy(force=FALSE)
//SHOULD_CALL_PARENT(TRUE)
SHOULD_CALL_PARENT(TRUE)
//SHOULD_NOT_SLEEP(TRUE)
tag = null
weak_reference = null //ensure prompt GCing of weakref.