//hollow: fix parsing logic

This commit is contained in:
Starbeamrainbowlabs 2021-01-31 19:59:38 +00:00
parent 0be205dae7
commit 0f4d95fc01
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ worldedit.register_command("hollow", {
return false, "Error: Unrecognised number '"..params_text.."'."
end
return success, wall_thickness
return true, wall_thickness
end,
nodes_needed = function(name, wall_thickness)
-- //overlay only modifies up to 1 node per column in the selected region