mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- fixed the threat bar flickering in configuration mode
This commit is contained in:
@ -224,6 +224,10 @@ function IceThreat.prototype:Update(unit)
|
|||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if IceHUD.IceCore:IsInConfigMode() then
|
||||||
|
return
|
||||||
|
end
|
||||||
|
|
||||||
if not unit then
|
if not unit then
|
||||||
unit = self.unit
|
unit = self.unit
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user