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