forked from VoxeLibre/VoxeLibre
insert missing end
This commit is contained in:
parent
80cde37e65
commit
1a1473e8c0
|
@ -338,6 +338,7 @@ minetest.register_node("mcl_beacons:beacon", {
|
|||
end
|
||||
abm_func(pos) --call it once outside the globalstep so the player gets the effect right after selecting it end
|
||||
end
|
||||
end
|
||||
end,
|
||||
light_source = 14,
|
||||
groups = {handy=1},
|
||||
|
|
Loading…
Reference in New Issue