Skip to content

Commit 7a17926

Browse files
committed
[Indicators\HealingBar] Fix Secret Value
1 parent 59cc73e commit 7a17926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Indicators/HealingBar.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ PlexusFrame:RegisterIndicator("healingBar", L["Healing Bar"],
9494
end
9595
else
9696
local r, g, b = frame.indicators.bar:GetStatusBarColor()
97-
if profile.invertBarColor or (Plexus:issecretvalue(color.r) or Plexus:issecretvalue(color.g) or Plexus:issecretvalue(color.b)) then
97+
if profile.invertBarColor or (Plexus:issecretvalue(r) or Plexus:issecretvalue(g) or Plexus:issecretvalue(b)) then
9898
self:SetStatusBarColor(r, g, b)
9999
else
100100
local mu = profile.healingBar_intensity

0 commit comments

Comments
 (0)