mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Merge pull request #2362 from Fox-McCloud/gc-everything
Garbage Collect Everything
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user