indentation fixes

This commit is contained in:
VorTechnix 2021-02-24 19:35:20 -08:00
parent 1d93122801
commit f6ed297270
4 changed files with 38 additions and 37 deletions

View file

@ -4,7 +4,7 @@
-- ██ ██ ██ ██ ██ ██
-- ███████ ██ ██ ███████ ██████ ██
-- lua parse_params_srect("10")
-- local
-- local -- TODO: set this to local once development is finished
function parse_params_srect(params_text)
local find, _, sn1, ax1, sn2, ax2, len = params_text:find("([+-]?)([xyz]?)%s*([+-]?)([xyz]?)%s*(%d*)")
@ -49,3 +49,4 @@ worldedit.register_command("srect", {
-- Tests
-- params_text = "-x z 13"
-- params_text = "-x a 13"