- fixed an issue causing a weird shadow to appear on the player health bar without LibCommHeal-4.0 installed

This commit is contained in:
Parnic
2010-03-25 17:26:36 +00:00
parent 58c631badb
commit d7891520f6

View File

@ -773,7 +773,7 @@ function PlayerHealth.prototype:CreateHealBar()
self:UpdateBar(1, "undef")
if not self.moduleSettings.showIncomingHeals then
if not self.moduleSettings.showIncomingHeals or not HealComm then
self.healFrame.bar:Hide()
end
end