add local
This commit is contained in:
parent
27a8348ced
commit
76eaf008fb
@ -4,7 +4,7 @@ if #args < 1 then
|
|||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
numBlocks = tonumber(args[1])
|
local numBlocks = tonumber(args[1])
|
||||||
if numBlocks == nil then
|
if numBlocks == nil then
|
||||||
print("Failed to parse number of blocks")
|
print("Failed to parse number of blocks")
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user