mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 16:34:45 +00:00
fix select function in case first selected argument is nil
This commit is contained in:
@@ -30,6 +30,7 @@ function select(n, ...)
|
|||||||
end
|
end
|
||||||
|
|
||||||
local args = {}
|
local args = {}
|
||||||
|
args.n = arg.n - n + 1
|
||||||
|
|
||||||
for i = n, arg.n do
|
for i = n, arg.n do
|
||||||
args[i-n+1] = arg[i]
|
args[i-n+1] = arg[i]
|
||||||
|
|||||||
Reference in New Issue
Block a user