Garbage Collect Everything

This commit is contained in:
Fox-McCloud
2015-10-13 20:23:26 -04:00
parent 092185e47b
commit e60edf9345
10 changed files with 14 additions and 27 deletions
+1 -2
View File
@@ -22,8 +22,7 @@ var/global/list/datum/pipeline/pipe_networks = list()
P.parent = null
for(var/obj/machinery/atmospherics/A in other_atmosmch)
A.nullifyPipenet(src)
..()
return QDEL_HINT_QUEUE
return ..()
/datum/pipeline/proc/process()//This use to be called called from the pipe networks
if(update)