diff --git a/.luacheckrc b/.luacheckrc index ca33553..507496f 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -16,5 +16,6 @@ read_globals = { "dump", -- Deps - "default" + "default", + "digilines" } diff --git a/teleport.lua b/teleport.lua index 4a05e52..ae7d736 100644 --- a/teleport.lua +++ b/teleport.lua @@ -248,7 +248,7 @@ function do_teleport(pos, player) if telemosaic_digiline_switching ~= nil then local chan = minetest.get_meta(pos):get_string("channel") - digiline:receptor_send(pos, digilines.rules.default, chan, + digilines.receptor_send(pos, digilines.rules.default, chan, "telemosaic "..player:get_player_name().." "..hash_pos(pos)) end