mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user