mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 07:23:00 +00:00
Fix Typo
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
This commit is contained in:
parent
cbd07aee4f
commit
bdb51ff944
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ worldedit.register_command("scol", {
|
|||
local ax1, sn1, len = (tostring(find[1]):match('[xyz]') or "g"):sub(1,1), wea.getsign(find[1]), find[table.maxn(find)]
|
||||
|
||||
tmp.len = tonumber(len)
|
||||
-- If len == nill cancel the operation
|
||||
-- If len == nil cancel the operation
|
||||
if not tmp.len then return false, "No length specified." end
|
||||
-- If ax1 is bad send "get" order
|
||||
if ax1 == "g" then tmp.get = true
|
||||
|
|
Loading…
Reference in a new issue