forked from mtcontrib/pipeworks
fix #161 - change digilines:receptor_send -> digilines.receptor_send
This commit is contained in:
@ -729,7 +729,7 @@ mesecon.queue:add_function("pipeworks:lt_digiline_relay", function (pos, channel
|
|||||||
if (minetest.get_meta(pos):get_int("luac_id") ~= luac_id) then return end
|
if (minetest.get_meta(pos):get_int("luac_id") ~= luac_id) then return end
|
||||||
if (minetest.registered_nodes[minetest.get_node(pos).name].is_burnt) then return end
|
if (minetest.registered_nodes[minetest.get_node(pos).name].is_burnt) then return end
|
||||||
-- The actual work
|
-- The actual work
|
||||||
digilines:receptor_send(pos, digiline_rules_luatube, channel, msg)
|
digilines.receptor_send(pos, digiline_rules_luatube, channel, msg)
|
||||||
end)
|
end)
|
||||||
|
|
||||||
-----------------------
|
-----------------------
|
||||||
|
Reference in New Issue
Block a user