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