mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 07:23:00 +00:00
typo
This commit is contained in:
parent
f34617a3d3
commit
0d7922d747
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ worldedit.register_command("dome+", { -- TODO: Make this an override
|
||||||
return false, "Error: Invalid radius '"..parts[1].."'. The radius must be a positive integer."
|
return false, "Error: Invalid radius '"..parts[1].."'. The radius must be a positive integer."
|
||||||
end
|
end
|
||||||
if radius < 1 then
|
if radius < 1 then
|
||||||
return false, "Error: The minimum radius size is 1, but you entered"..tostring(radius).."."
|
return false, "Error: The minimum radius size is 1, but you entered "..tostring(radius).."."
|
||||||
end
|
end
|
||||||
|
|
||||||
if not replace_node then
|
if not replace_node then
|
||||||
|
|
Loading…
Reference in a new issue