summaryrefslogtreecommitdiff
path: root/pipes.lua
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2014-01-01 13:56:13 -0500
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2014-01-01 13:56:13 -0500
commit5f393d05456ee5b2a721db6c55cd79338cd230c4 (patch)
tree69509ca40e3dee978f26536558ba1bb8b20dc256 /pipes.lua
parent501aac7543271b047fcb20e1ecaacc1484ab152c (diff)
downloadpipeworks-5f393d05456ee5b2a721db6c55cd79338cd230c4.tar
pipeworks-5f393d05456ee5b2a721db6c55cd79338cd230c4.tar.gz
pipeworks-5f393d05456ee5b2a721db6c55cd79338cd230c4.tar.bz2
pipeworks-5f393d05456ee5b2a721db6c55cd79338cd230c4.tar.xz
pipeworks-5f393d05456ee5b2a721db6c55cd79338cd230c4.zip
fix pipes not becoming empty when pump is turned off
Diffstat (limited to 'pipes.lua')
-rw-r--r--pipes.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/pipes.lua b/pipes.lua
index 80b8780..ad79a3e 100644
--- a/pipes.lua
+++ b/pipes.lua
@@ -118,7 +118,7 @@ for index, connects in ipairs(cconnects) do
})
table.insert(pipes_empty_nodenames, "pipeworks:pipe_"..index.."_empty")
- table.insert(pipes_empty_nodenames, "pipeworks:pipe_"..index.."_loaded")
+ table.insert(pipes_full_nodenames, "pipeworks:pipe_"..index.."_loaded")
end