Maybe stop castbar flashing sometimes

This commit is contained in:
Parnic
2024-05-11 15:42:54 -05:00
parent 67cd7330ad
commit 57ddf62f73
3 changed files with 6 additions and 0 deletions

View File

@ -470,6 +470,10 @@ function IceCastBar.prototype:GetCurrentCastingColor()
end
function IceCastBar.prototype:FlashBar(color, alpha, text, textColor)
if self.moduleSettings.flashInstants == "Never" then
return
end
if alpha then
self.frame:SetAlpha(alpha)
end