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
|
||||
end
|
||||
|
||||
if IceHUD.IceCore:IsInConfigMode() then
|
||||
return
|
||||
end
|
||||
|
||||
if not unit then
|
||||
unit = self.unit
|
||||
end
|
||||
|
Reference in New Issue
Block a user