From 4cf9c90bb9a2a1f3c1fc938b543198b4ebd885c3 Mon Sep 17 00:00:00 2001
From: thetaepsilon-gamedev <thetaepsilon-gamedev@noreply.users.github.com>
Date: Sun, 1 Oct 2017 12:25:03 +0100
Subject: new flow logic: register_local_pipes.lua: fix leftover calls to
 abmregister

---
 new_flow_logic/register_local_pipes.lua | 2 --
 1 file changed, 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
-- 
cgit v1.2.3