forked from mtcontrib/pipeworks
fix pipes not becoming empty when pump is turned off
This commit is contained in:
parent
501aac7543
commit
5f393d0545
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user