mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
- fix "flash on failures" option not disabling when the player cast bar is disabled
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user