Version MFF.

This commit is contained in:
sys4-fr
2018-09-08 01:14:03 +02:00
parent 778ee427f4
commit 78b10c505f
235 changed files with 305 additions and 275 deletions

2
mesecons_luacontroller/init.lua Normal file → Executable file
View File

@ -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)