- made castbar "lock text alpha" setting actually access the correct variable

This commit is contained in:
Parnic
2008-02-19 14:57:07 +00:00
parent 571bfeacb9
commit de198807be

View File

@ -210,10 +210,10 @@ function CastBar.prototype:GetOptions()
name = "Lock Bar Text Alpha", name = "Lock Bar Text Alpha",
desc = "Locks text alpha to 100%", desc = "Locks text alpha to 100%",
get = function() get = function()
return self.moduleSettings.lockTextAlpha return self.moduleSettings.lockUpperTextAlpha
end, end,
set = function(v) set = function(v)
self.moduleSettings.lockTextAlpha = v self.moduleSettings.lockUpperTextAlpha = v
self:Redraw() self:Redraw()
end, end,
order = 13 order = 13