Merge tag 'ci-disable' into develop

ci-disable hotfix
This commit is contained in:
Sumsebrum 2021-06-22 12:19:19 +02:00
commit 4e0ea70bfa

View File

@ -95,7 +95,7 @@ function CombatIndicator.OnEvent(self, elapsed)
if (self.lastTimeUpdated > self.updateInterval) then if (self.lastTimeUpdated > self.updateInterval) then
for i=1,Gladdy.curBracket do for i=1,Gladdy.curBracket do
local unit = "arena" .. i local unit = "arena" .. i
if CombatIndicator.test or (UnitExists(unit) and UnitAffectingCombat(unit)) then if Gladdy.db.ciEnabled and (CombatIndicator.test or (UnitExists(unit) and UnitAffectingCombat(unit))) then
CombatIndicator.frames[unit]:Show() CombatIndicator.frames[unit]:Show()
else else
CombatIndicator.frames[unit]:Hide() CombatIndicator.frames[unit]:Hide()