mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +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
|
||||
|
||||
local args = {}
|
||||
args.n = arg.n - n + 1
|
||||
|
||||
for i = n, arg.n do
|
||||
args[i-n+1] = arg[i]
|
||||
|
||||
Reference in New Issue
Block a user