diff --git a/code/datums/datum.dm b/code/datums/datum.dm index 5dd6461fc9..c87edeccd7 100644 --- a/code/datums/datum.dm +++ b/code/datums/datum.dm @@ -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.