add local

This commit is contained in:
Navid Sassan 2023-11-23 00:25:32 +01:00
parent 27a8348ced
commit 76eaf008fb

View File

@ -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