mirror of
https://github.com/mt-mods/pipeworks.git
synced 2024-11-09 17:03:58 +01:00
new flow logic: register_local_pipes.lua: fix leftover calls to abmregister
This commit is contained in:
parent
3486ee319e
commit
4cf9c90bb9
@ -28,11 +28,9 @@ local spigot_on = "pipeworks:spigot_pouring"
|
||||
if pipeworks.enable_pipes then
|
||||
for _, pipe in ipairs(pipes_full_nodenames) do
|
||||
register.simple(pipe)
|
||||
abmregister.balance(pipe)
|
||||
end
|
||||
for _, pipe in ipairs(pipes_empty_nodenames) do
|
||||
register.simple(pipe)
|
||||
abmregister.balance(pipe)
|
||||
end
|
||||
|
||||
if pipeworks.enable_pipe_devices then
|
||||
|
Loading…
Reference in New Issue
Block a user