update select

This commit is contained in:
Pinya
2018-07-22 21:16:40 +03:00
parent fc4e6606d5
commit 4557a15bcf
+1 -1
View File
@@ -48,7 +48,7 @@ function select(n, ...)
end end
n = toInt(n) n = toInt(n)
for i = n, arg.n do for i = 1, n - 1 do
tremove(arg, 1) tremove(arg, 1)
end end