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
1 changed files with 1 additions and 1 deletions

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