summaryrefslogtreecommitdiff
path: root/inventory.lua
diff options
context:
space:
mode:
authorDiego Martínez <kaeza@users.noreply.github.com>2017-03-01 07:26:20 -0300
committerAuke Kok <sofar+github@foo-projects.org>2017-03-14 21:57:01 -0700
commitf5e6a7d18149fbd6ae638165f354d4da089e8625 (patch)
tree4836b94e1b6d63ffe5db1ed2262da20821151c05 /inventory.lua
parent6a2fa5a3e49ce3612e857b39a0c12ea8420e6795 (diff)
Change to `.`.
Diffstat (limited to 'inventory.lua')
-rw-r--r--inventory.lua2
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)