fix pipes not becoming empty when pump is turned off

This commit is contained in:
Vanessa Ezekowitz 2014-01-01 13:56:13 -05:00
parent 501aac7543
commit 5f393d0545
1 changed files with 1 additions and 1 deletions

View File

@ -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