diff --git a/ElvUI_SLE/modules/unitframes/units/player.lua b/ElvUI_SLE/modules/unitframes/units/player.lua index 0bc8ec0..47372d8 100644 --- a/ElvUI_SLE/modules/unitframes/units/player.lua +++ b/ElvUI_SLE/modules/unitframes/units/player.lua @@ -74,6 +74,6 @@ function SUF:InitPlayer() SUF.CombatTest.texture:SetAllPoints() SUF.CombatTest:Hide() _G["ElvUF_Player"].Combat.PostUpdate = SUF.CombatIcon_PostUpdate - + hooksecurefunc(UF, "Configure_RestingIndicator", SUF.UpdateRested) end \ No newline at end of file