mirror of
https://github.com/mt-mods/pipeworks.git
synced 2025-01-01 18:47:33 +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
|
if pipeworks.enable_pipes then
|
||||||
for _, pipe in ipairs(pipes_full_nodenames) do
|
for _, pipe in ipairs(pipes_full_nodenames) do
|
||||||
register.simple(pipe)
|
register.simple(pipe)
|
||||||
abmregister.balance(pipe)
|
|
||||||
end
|
end
|
||||||
for _, pipe in ipairs(pipes_empty_nodenames) do
|
for _, pipe in ipairs(pipes_empty_nodenames) do
|
||||||
register.simple(pipe)
|
register.simple(pipe)
|
||||||
abmregister.balance(pipe)
|
|
||||||
end
|
end
|
||||||
|
|
||||||
if pipeworks.enable_pipe_devices then
|
if pipeworks.enable_pipe_devices then
|
||||||
|
Loading…
Reference in New Issue
Block a user