Update IIfATooltip.lua
Marc [04-01-18 - 12:55]
diff --git a/IIfA/IIfATooltip.lua b/IIfA/IIfATooltip.lua
index c11c01c..95ff550 100644
--- a/IIfA/IIfATooltip.lua
+++ b/IIfA/IIfATooltip.lua
@@ -485,9 +485,8 @@ function IIfA:UpdateTooltip(tooltip)
if location.worn then
textOut = string.format("%s *", textOut)
end
- textOut = IIfA.colorHandler:Colorize(textOut)
-- p("IIfA:UpdateTooltip -> <<1>>", textOut)
- tooltip:AddLine(textOut)
+ tooltip:AddLine(IIfA.colorHandler:Colorize(textOut))
end
end
end
@@ -548,8 +547,7 @@ function IIfA:UpdateTooltip(tooltip)
if location.worn then
textOut = string.format("%s *", textOut)
end
- textOut = IIfA.colorHandler:Colorize(textOut)
- tooltip:AddLine(textOut)
+ tooltip:AddLine(IIfA.colorHandler:Colorize(textOut))
end
end
end