From f5e6a7d18149fbd6ae638165f354d4da089e8625 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Mart=C3=ADnez?= Date: Wed, 1 Mar 2017 07:26:20 -0300 Subject: Change to `.`. --- lightsensor.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lightsensor.lua') diff --git a/lightsensor.lua b/lightsensor.lua index 21f66f9..fa24318 100644 --- a/lightsensor.lua +++ b/lightsensor.lua @@ -25,7 +25,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 lightval = minetest.get_node_light(pos) - digilines:receptor_send(pos, digilines.rules.default, channel, lightval) + digilines.receptor_send(pos, digilines.rules.default, channel, lightval) end end -- cgit v1.2.3