diff options
Diffstat (limited to 'inventory.lua')
-rw-r--r-- | inventory.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inventory.lua b/inventory.lua index c926bd9..a7a1a93 100644 --- a/inventory.lua +++ b/inventory.lua @@ -2,7 +2,7 @@ local function sendMessage(pos, msg, channel) if channel == nil then channel = minetest.get_meta(pos):get_string("channel") end - digilines:receptor_send(pos,digilines.rules.default,channel,msg) + digilines.receptor_send(pos,digilines.rules.default,channel,msg) end local function maybeString(stack) |