- fix "flash on failures" option not disabling when the player cast bar is disabled

This commit is contained in:
Parnic
2008-01-25 06:53:49 +00:00
parent 98c3c2cad8
commit 2afa278bf0

View File

@ -61,6 +61,9 @@ function CastBar.prototype:GetOptions()
set = function(value)
self.moduleSettings.flashFailures = value
end,
disabled = function()
return not self.moduleSettings.enabled
end,
validate = { "Always", "Caster", "Never" },
order = 41
}