[mesecons] Fix two lingering global variables

- For #508
Este commit está contenido en:
LeMagnesium
2016-09-01 12:16:19 +02:00
padre 996d0c9785
commit 83944bf662
Se han modificado 2 ficheros con 2 adiciones y 2 borrados

Ver fichero

@@ -273,7 +273,7 @@ end
local function get_digiline_send(pos)
if not digiline then return end
if not rawget(_G, "digiline") then return end
return function(channel, msg)
minetest.after(0, function()
digiline:receptor_send(pos, digiline.rules.default, channel, msg)