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