forest: save sapling removal back to disk

This commit is contained in:
Starbeamrainbowlabs 2020-09-14 13:43:05 +01:00
parent ad4f4e9dd0
commit d556a4e710
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -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