From c2e3d7c4e58b2563e79aead60c6efedf27c786cf Mon Sep 17 00:00:00 2001 From: sfan5 Date: Sun, 15 Jan 2017 11:53:49 +0100 Subject: Fix most of the namespace pollutions reported in #311 --- mesecons_wires/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mesecons_wires') diff --git a/mesecons_wires/init.lua b/mesecons_wires/init.lua index 879cfa1..ced7c99 100644 --- a/mesecons_wires/init.lua +++ b/mesecons_wires/init.lua @@ -140,7 +140,7 @@ nid_inc = function (nid) return i <= 8 end -register_wires = function() +local function register_wires() local nid = {} while true do -- Create group specifiction and nodeid string (see note above for details) -- cgit v1.2.3