//forest: Fix error message on invalid on sapling/node name

This commit is contained in:
Starbeamrainbowlabs 2020-09-15 01:40:55 +01:00
parent 36a982b314
commit 5ad44e7c31
No known key found for this signature in database
GPG Key ID: 1BE5172E637709C2

@ -25,6 +25,7 @@ worldedit.register_command("forest", {
)
end
)
if not success then return success, sapling_list end
return success, density, sapling_list
end,
nodes_needed = function(name)