minimap: use correct config entry for zone text

This commit is contained in:
shagu
2025-02-02 19:54:40 +01:00
parent 1ab6cb799f
commit cedee86c4c
+1 -1
View File
@@ -175,7 +175,7 @@ pfUI:RegisterModule("minimap", "vanilla:tbc", function ()
SetMapToCurrentZone()
end
if C.appearance.minimap.coordstext ~= "off" then
if C.appearance.minimap.zonetext ~= "off" then
local pvp, _, arena = GetZonePVPInfo()
if arena then
pfUI.minimapZone.text:SetTextColor(1.0, 0.1, 0.1)