mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 04:48:18 +01:00
Qdel find refs skip confirmation (#18017)
* Atomization * sfda --------- Co-authored-by: FluffyGhost <FluffyGhost>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user