mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-12-24 22:52:24 +01:00
typo
This commit is contained in:
parent
f34617a3d3
commit
0d7922d747
@ -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 New Issue
Block a user