mirror of
https://github.com/mt-mods/pipeworks.git
synced 2025-06-29 23:00:49 +02:00
fix pipes not becoming empty when pump is turned off
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user