Fix Lua syntax in 02 OptionsMenu.lua
This commit is contained in:
@@ -126,7 +126,7 @@ function OptionsWeight()
|
||||
end
|
||||
end,
|
||||
SaveSelections = function(self,ops,pn)
|
||||
for k, v in ipairs(ops)
|
||||
for k, v in ipairs(ops) do
|
||||
if v == true then
|
||||
PROFILEMAN:GetProfile(pn):SetWeightPounds(IdxToWeight(i))
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user