Skip to content

Commit a41eb84

Browse files
author
ac-minetest
committed
bugfix
1 parent 4d7f4c3 commit a41eb84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mesecon_lights.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ local table = minetest.registered_nodes[name]; if not table then return end
2828
end
2929

3030
table3.light_source = 0; -- off block has light off
31-
effector = {
31+
table3.effector = {
3232
action_on = function (pos,node,ttl)
3333
minetest.swap_node(pos,{name = name});
3434
end

0 commit comments

Comments
 (0)