mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-26 12:31:05 +01:00
insert missing end
This commit is contained in:
parent
80cde37e65
commit
1a1473e8c0
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue