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