Skip to content

Commit

Permalink
Changed LBM run_at_every_load to true
Browse files Browse the repository at this point in the history
  • Loading branch information
debagos committed Jan 11, 2024
1 parent 3f993ba commit ab578aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ if moretrees.grow_legacy_saplings then
name = "moretrees:grow_ongen_saplings",
label = "Grow legacy ongen saplings",
nodenames = { "group:moretrees_ongen" },
run_at_every_load = false,
run_at_every_load = true,
action = function(pos)
minetest.log("info", "[moretrees] Starting growth timer for legacy ongen sapling at "..minetest.pos_to_string(pos, 0))
minetest.get_node_timer(pos):start(2)
Expand Down

0 comments on commit ab578aa

Please sign in to comment.