diff options
author | Diego MartÃnez <kaeza@users.noreply.github.com> | 2017-03-01 07:26:20 -0300 |
---|---|---|
committer | Auke Kok <sofar+github@foo-projects.org> | 2017-03-14 21:57:01 -0700 |
commit | f5e6a7d18149fbd6ae638165f354d4da089e8625 (patch) | |
tree | 4836b94e1b6d63ffe5db1ed2262da20821151c05 /lightsensor.lua | |
parent | 6a2fa5a3e49ce3612e857b39a0c12ea8420e6795 (diff) |
Change to `.`.
Diffstat (limited to 'lightsensor.lua')
-rw-r--r-- | lightsensor.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |