Fix Lua syntax in 02 OptionsMenu.lua

This commit is contained in:
Devin J. Pohly
2013-03-24 18:06:12 -04:00
parent 1af058e2a1
commit 681cd6a68a
+1 -1
View File
@@ -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