mirror of
https://github.com/mt-mods/pipeworks.git
synced 2024-11-10 01:13:57 +01:00
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