mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user