From 8d68276ade1e147b7316cd3fc56b53fc6fa2d70c Mon Sep 17 00:00:00 2001 From: Parnic Date: Mon, 20 Dec 2010 05:38:29 +0000 Subject: [PATCH] - fixed the threat bar flickering in configuration mode --- modules/Threat.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/Threat.lua b/modules/Threat.lua index 425e41b..f104579 100644 --- a/modules/Threat.lua +++ b/modules/Threat.lua @@ -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