Skip to content

Commit

Permalink
minimap tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Wutname1 committed Nov 9, 2024
1 parent 6f6df51 commit 02f62ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Minimap/Minimap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ end

local isFrameIgnored = function(item)
local ignored = { 'HybridMinimap', 'AAP-Classic', 'HandyNotes' }
local WildcardIgnore = { 'Questie', 'HandyNotes' }
local WildcardIgnore = { 'Questie', 'HandyNotes', 'TTMinimap' }
if not item or not item.GetName then return false end

local name = item:GetName()
Expand Down

0 comments on commit 02f62ad

Please sign in to comment.