This commit is contained in:
Pinya
2018-07-18 18:54:19 +03:00
parent 7bc657722b
commit c48ab12e82
2 changed files with 55 additions and 43 deletions
+1 -1
View File
@@ -340,7 +340,7 @@ function table.maxn(t)
end
local maxn = 0
local i = next(t, nil)
local i = next(t)
while i do
if type(i) == "number" and i > maxn then