Garbage Collector Update (#22428)

* Garbage Collector Update

* doc
This commit is contained in:
Fox McCloud
2023-10-02 15:10:32 -04:00
committed by GitHub
parent 9d0c74b687
commit 3b3082c844
6 changed files with 90 additions and 44 deletions
+1 -1
View File
@@ -864,7 +864,7 @@ GLOBAL_PROTECT(AdminProcCallSpamPrevention)
// Iterate that target and see whats what
for(var/queue_entry in target_queue)
var/datum/D = locate(queue_entry[1])
var/datum/D = locate(queue_entry[GC_QUEUE_ITEM_REF])
if(!istype(D))
continue