Skip to content

Commit

Permalink
minimap: use correct config entry for zone text
Browse files Browse the repository at this point in the history
  • Loading branch information
shagu committed Feb 2, 2025
1 parent 1ab6cb7 commit cedee86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/minimap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cedee86

Please sign in to comment.