new flow logic: register_local_pipes.lua: fix leftover calls to abmregister

This commit is contained in:
thetaepsilon-gamedev 2017-10-01 12:25:03 +01:00
parent 3486ee319e
commit 4cf9c90bb9
1 changed files with 0 additions and 2 deletions

View File

@ -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