Skip to content

Commit 639319d

Browse files
committed
Update Options.lua
1 parent 2d7caf7 commit 639319d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/Options/Options.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2503,7 +2503,7 @@ function R:CreateGroup(options, group, isUser)
25032503
if strlen(s) > 0 then
25042504
s = s .. ","
25052505
end
2506-
s = s .. tostring(v)
2506+
s = s .. tostring(k)
25072507
end
25082508
return s
25092509
else

0 commit comments

Comments
 (0)