Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
emptyrivers committed Jan 14, 2025
1 parent 0a33965 commit bc90e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WeakAurasOptions/LoadOptions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ function OptionsPrivate.ConstructOptions(prototype, data, startorder, triggernum
local function appendPath(base, ...)
local path = CopyTable(base)
for i = 1, select("#", ...) do
table.insert(path, select(i, ...))
table.insert(path, (select(i, ...)))
end
return path
end
Expand Down

0 comments on commit bc90e43

Please sign in to comment.