mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 13:30:42 +01:00
Remove the datum pool (#2873)
Removes the datum pool. New-qdel is faster than pooling, and we didn't use it anyways.
This commit is contained in:
@@ -22,11 +22,6 @@
|
||||
|
||||
return ..()
|
||||
|
||||
/datum/pipeline/resetVariables()
|
||||
..("members", "edges")
|
||||
members = list()
|
||||
edges = list()
|
||||
|
||||
/datum/pipeline/process()//This use to be called called from the pipe networks
|
||||
//Check to see if pressure is within acceptable limits
|
||||
var/pressure = air.return_pressure()
|
||||
|
||||
Reference in New Issue
Block a user