insert missing end

This commit is contained in:
chmodsayshello 2023-04-04 22:03:29 +02:00 committed by ancientmarinerdev
parent 80cde37e65
commit 1a1473e8c0
1 changed files with 1 additions and 0 deletions

View File

@ -337,6 +337,7 @@ minetest.register_node("mcl_beacons:beacon", {
end
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,