This commit is contained in:
luk3yx 2018-02-25 10:05:45 +13:00
parent ccbc3b5a96
commit 33eb463ca3
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ minetest.register_node("trigger_mesecons:detector", {
action_off = function(pos, node) action_off = function(pos, node)
trigger.send(pos, false) trigger.send(pos, false)
end, end,
}, }},
}) })
-- For easier typing -- For easier typing