diff options
| -rw-r--r-- | digilines/wires_common.lua | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/digilines/wires_common.lua b/digilines/wires_common.lua index 44414f2..c5f761b 100644 --- a/digilines/wires_common.lua +++ b/digilines/wires_common.lua @@ -64,6 +64,7 @@ function digiline:update_autoconnect(pos, secondcall)  	local xmyg = digiline:rules_link_anydir(pos, xmypos)  	local zmyg = digiline:rules_link_anydir(pos, zmypos) +	local zm, xm, zp, xp, xpy, zpy, xmy, zmy  	if zmg or zmymg then zm = 1 else zm = 0 end  	if xmg or xmymg then xm = 1 else xm = 0 end  	if zpg or zpymg then zp = 1 else zp = 0 end | 
