Change a bunch of del's in pipecode to qdel's

This commit is contained in:
Tigercat2000
2015-07-08 16:04:51 -07:00
parent d614145f40
commit 3725c7cc7d
13 changed files with 29 additions and 29 deletions
@@ -129,11 +129,11 @@
/obj/machinery/atmospherics/binary/disconnect(obj/machinery/atmospherics/reference)
if(reference==node1)
del(network1)
qdel(network1)
node1 = null
else if(reference==node2)
del(network2)
qdel(network2)
node2 = null
update_icon()