Qdel find refs skip confirmation (#18017)

* Atomization

* sfda

---------

Co-authored-by: FluffyGhost <FluffyGhost>
This commit is contained in:
Fluffy
2023-12-24 03:19:11 +01:00
committed by GitHub
parent a20de61665
commit 3f7b374960
2 changed files with 42 additions and 1 deletions
+1 -1
View File
@@ -252,7 +252,7 @@ SUBSYSTEM_DEF(garbage)
if (QDEL_HINT_FINDREFERENCE)//qdel will, if REFERENCE_TRACKING is enabled, display all references to this object, then queue the object for deletion.
SSgarbage.QueueForQueuing(D)
#ifdef REFERENCE_TRACKING
INVOKE_ASYNC(D, TYPE_PROC_REF(/datum, find_references))
INVOKE_ASYNC(D, TYPE_PROC_REF(/datum, find_references), TRUE)
#endif
if (QDEL_HINT_IFFAIL_FINDREFERENCE) // qdel will, if REFERENCE_TRACKING is enabled and the object fails to collect, display all references to this object
SSgarbage.QueueForQueuing(D)