Missing qdel

This commit is contained in:
Markolie
2015-07-28 17:31:39 +02:00
parent 706d19c24f
commit 27ec05589b
+1 -1
View File
@@ -159,7 +159,7 @@ var/list/world_uplinks = list()
/obj/item/device/uplink/hidden/New()
spawn(2)
if(!istype(src.loc, /obj/item))
del(src)
qdel(src)
..()
// Toggles the uplink on and off. Normally this will bypass the item's normal functions and go to the uplink menu, if activated.