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. --- rtc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtc.lua') diff --git a/rtc.lua b/rtc.lua index f8f6af4..0ad3f84 100644 --- a/rtc.lua +++ b/rtc.lua @@ -20,7 +20,7 @@ local on_digiline_receive = function (pos, node, channel, msg) local setchan = minetest.get_meta(pos):get_string("channel") if channel == setchan and msg == GET_COMMAND then local timeofday = minetest.get_timeofday() - digiline:receptor_send(pos, digiline.rules.default, channel, timeofday) + digilines:receptor_send(pos, digilines.rules.default, channel, timeofday) end end -- cgit v1.2.3