- fixed the threat bar flickering in configuration mode

This commit is contained in:
Parnic
2010-12-20 05:38:29 +00:00
parent d14a2e5cb7
commit 8d68276ade

View File

@ -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