mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- fixed an issue causing a weird shadow to appear on the player health bar without LibCommHeal-4.0 installed
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user