Quantcast

I fucked up pvp timer

Darth Predator [06-18-17 - 14:37]
I fucked up pvp timer
Filename
ElvUI_SLE/modules/unitframes/pvpIcon.lua
diff --git a/ElvUI_SLE/modules/unitframes/pvpIcon.lua b/ElvUI_SLE/modules/unitframes/pvpIcon.lua
index c3f0e96..30cd035 100644
--- a/ElvUI_SLE/modules/unitframes/pvpIcon.lua
+++ b/ElvUI_SLE/modules/unitframes/pvpIcon.lua
@@ -18,7 +18,7 @@ end
 function SUF:Configure_PVPIcon(frame)
 	local PvP = frame.PvPIndicator
 	if not PvP.text then return end
-	local iconEnabled = frame:IsElementEnabled('PvP')
+	local iconEnabled = frame:IsElementEnabled('PvPIndicator')

 	if iconEnabled and E.db.sle.unitframes.unit.player.pvpIconText.enable then
 		PvP.text:Show()