dont qdel the ID in PDAs (#29218)

This commit is contained in:
Toastical
2025-05-04 18:00:04 +00:00
committed by GitHub
parent 7f07111742
commit 31836fc586
+1 -1
View File
@@ -347,7 +347,7 @@
for(var/obj/item/I in items)
if(istype(I, /obj/item/pda))
var/obj/item/pda/P = I
QDEL_NULL(P.id)
P.id = null
qdel(P)
continue
if(istype(I, /obj/item/storage/backpack/modstorage)) //Best place for me to put it.