This commit is contained in:
Starbeamrainbowlabs 2022-05-16 00:29:50 +01:00
parent f34617a3d3
commit 0d7922d747
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -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."
end
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
if not replace_node then