We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4795162 commit 56a889bCopy full SHA for 56a889b
Statuses/AltPower.lua
@@ -108,7 +108,7 @@ function PlexusAltPower:UpdateUnitResource(unitid)
108
local priority = PlexusAltPower.db.profile.unit_altpower.priority
109
local color = PlexusAltPower.db.profile.unit_altpower.color
110
111
- if max <= 0 then
+ if not Plexus:issecretvalue(max) and max <= 0 then
112
self.core:SendStatusLost(unitGUID, "unit_altpower")
113
return
114
end
0 commit comments