mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
Bug fixes.. (lag indicator and resting status)
This commit is contained in:
@ -26,7 +26,9 @@ function PlayerHealth.prototype:Enable(core)
|
||||
|
||||
self:RegisterEvent("UNIT_HEALTH", "Update")
|
||||
self:RegisterEvent("UNIT_MAXHEALTH", "Update")
|
||||
|
||||
self:RegisterEvent("PLAYER_UPDATE_RESTING", "Resting")
|
||||
self:RegisterEvent("PLAYER_ENTERING_WORLD", "Resting")
|
||||
|
||||
if (self.moduleSettings.hideBlizz) then
|
||||
self:HideBlizz()
|
||||
|
Reference in New Issue
Block a user