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)
|
set = function(value)
|
||||||
self.moduleSettings.flashFailures = value
|
self.moduleSettings.flashFailures = value
|
||||||
end,
|
end,
|
||||||
|
disabled = function()
|
||||||
|
return not self.moduleSettings.enabled
|
||||||
|
end,
|
||||||
validate = { "Always", "Caster", "Never" },
|
validate = { "Always", "Caster", "Never" },
|
||||||
order = 41
|
order = 41
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user