Merge pull request #2362 from Fox-McCloud/gc-everything

Garbage Collect Everything
This commit is contained in:
TheDZD
2015-10-18 16:44:35 -04:00
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)