Untypo typo
This commit is contained in:
parent
93a2f95330
commit
04fba79f20
@ -33,7 +33,7 @@ local commands = {
|
|||||||
if tonumber(number) ~= nil then
|
if tonumber(number) ~= nil then
|
||||||
quantity = tonumber(number)
|
quantity = tonumber(number)
|
||||||
else
|
else
|
||||||
table.insert(query_tokens, 1, numbr)
|
table.insert(query_tokens, 1, number)
|
||||||
end
|
end
|
||||||
local query = table.concat(query_tokens, " ") -- unsplit query
|
local query = table.concat(query_tokens, " ") -- unsplit query
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user