mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-10-31 21:33:02 +00:00
//hollow: fix parsing logic
This commit is contained in:
parent
0be205dae7
commit
0f4d95fc01
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue