mirror of
https://github.com/mt-mods/pipeworks.git
synced 2025-05-22 19:00:30 +02:00
fix #161 - change digilines:receptor_send -> digilines.receptor_send
This commit is contained in:
parent
ad8984c72b
commit
e23a2fda3d
@ -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.registered_nodes[minetest.get_node(pos).name].is_burnt) then return end
|
||||
-- The actual work
|
||||
digilines:receptor_send(pos, digiline_rules_luatube, channel, msg)
|
||||
digilines.receptor_send(pos, digiline_rules_luatube, channel, msg)
|
||||
end)
|
||||
|
||||
-----------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user