mirror of
https://github.com/mt-mods/pipeworks.git
synced 2025-01-27 18:30:28 +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.."_empty")
|
||||||
table.insert(pipes_empty_nodenames, "pipeworks:pipe_"..index.."_loaded")
|
table.insert(pipes_full_nodenames, "pipeworks:pipe_"..index.."_loaded")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user