Skip to content

Commit fcc4968

Browse files
committed
[Statuses\AltPower] Fix Secret Value
1 parent 08e28a0 commit fcc4968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Statuses/AltPower.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ function PlexusAltPower:UpdateUnitResource(unitid)
120120
end
121121
end
122122

123-
if max <= 0 then
123+
if not Plexus:issecretvalue(max) and max <= 0 then
124124
self.core:SendStatusLost(unitGUID, "unit_altpower")
125125
return
126126
end

0 commit comments

Comments
 (0)