From 6a2fa5a3e49ce3612e857b39a0c12ea8420e6795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Mart=C3=ADnez?= Date: Wed, 1 Mar 2017 00:57:58 -0300 Subject: Rename global table to `digilines`. This also adds a backwards compat alias so other mods shouldn't break. --- inventory.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inventory.lua') diff --git a/inventory.lua b/inventory.lua index 0134e5c..c926bd9 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 - digiline:receptor_send(pos,digiline.rules.default,channel,msg) + digilines:receptor_send(pos,digilines.rules.default,channel,msg) end local function maybeString(stack) -- cgit v1.2.3