srect: minor formatting tidyup

This commit is contained in:
Starbeamrainbowlabs 2021-03-01 21:16:23 +00:00
parent 9f01703744
commit 8cce699313
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -18,8 +18,7 @@ worldedit.register_command("srect", {
else else
local success, value = wea.getsign(ax1, "int") local success, value = wea.getsign(ax1, "int")
if not success then return success, value if not success then return success, value
else ax1 = { value, ax1:gsub('[^xyz]',''):sub(1,1) } else ax1 = { value, ax1:gsub('[^xyz]', ''):sub(1, 1) } end
end
end end
-- If ax2 is bad set to +y -- If ax2 is bad set to +y
if not ax2 or ax2 == len or not ax2:match('[xyz]') then ax2 = "y" end if not ax2 or ax2 == len or not ax2:match('[xyz]') then ax2 = "y" end