mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 07:23:00 +00:00
//forest: Fix error message on invalid on sapling/node name
This commit is contained in:
parent
36a982b314
commit
5ad44e7c31
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue