mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 15:33:00 +00:00
forest: save sapling removal back to disk
This commit is contained in:
parent
ad4f4e9dd0
commit
d556a4e710
1 changed files with 1 additions and 1 deletions
|
@ -98,6 +98,6 @@ function worldeditadditions.forest(pos1, pos2, density_multiplier, sapling_weigh
|
|||
stats.attempts_avg = worldeditadditions.average(stats.attempts)
|
||||
|
||||
-- Save the modified nodes back to disk & return
|
||||
--worldedit.manip_helpers.finish(manip, data)
|
||||
worldedit.manip_helpers.finish(manip, data)
|
||||
return true, stats
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue