mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
dont qdel the ID in PDAs (#29218)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user