mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-27 09:56:03 +00:00
minimap: use correct config entry for zone text
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user