diff options
author | thetaepsilon-gamedev <thetaepsilon-gamedev@noreply.users.github.com> | 2017-10-01 12:25:03 +0100 |
---|---|---|
committer | thetaepsilon-gamedev <thetaepsilon-gamedev@noreply.users.github.com> | 2017-10-01 12:25:03 +0100 |
commit | 4cf9c90bb9a2a1f3c1fc938b543198b4ebd885c3 (patch) | |
tree | 98bc7dfa401194794c251fc8e6fa59335ae29947 /new_flow_logic | |
parent | 3486ee319ee4fafbf83c583dd9fedfaed92db7c4 (diff) | |
download | pipeworks-4cf9c90bb9a2a1f3c1fc938b543198b4ebd885c3.tar pipeworks-4cf9c90bb9a2a1f3c1fc938b543198b4ebd885c3.tar.gz pipeworks-4cf9c90bb9a2a1f3c1fc938b543198b4ebd885c3.tar.bz2 pipeworks-4cf9c90bb9a2a1f3c1fc938b543198b4ebd885c3.tar.xz pipeworks-4cf9c90bb9a2a1f3c1fc938b543198b4ebd885c3.zip |
new flow logic: register_local_pipes.lua: fix leftover calls to abmregister
Diffstat (limited to 'new_flow_logic')
-rw-r--r-- | new_flow_logic/register_local_pipes.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/new_flow_logic/register_local_pipes.lua b/new_flow_logic/register_local_pipes.lua index 989ff0c..ca12244 100644 --- a/new_flow_logic/register_local_pipes.lua +++ b/new_flow_logic/register_local_pipes.lua @@ -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 |