mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-27 17:43:53 +01:00
//hollow: fix parsing logic
This commit is contained in:
parent
0be205dae7
commit
0f4d95fc01
@ -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 New Issue
Block a user