1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 14:16:06 +02:00

[mesecons] Fix two lingering global variables

- For #508
This commit is contained in:
LeMagnesium
2016-09-01 12:16:19 +02:00
parent 996d0c9785
commit 83944bf662
2 changed files with 2 additions and 2 deletions

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)