Skip to content

Commit

Permalink
Fix MicroMenu on Wrath 3.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevcairiel committed Oct 11, 2023
1 parent 55f01d3 commit aa9cee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MicroMenu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function MicroMenuMod:OnEnable()
local buttons = {}

-- handle lfg/worldmap button on classic
if WoWClassic then
if WoWClassic and C_LFGList and C_LFGList.IsLookingForGroupEnabled then
tDeleteItem(BT_MICRO_BUTTONS, C_LFGList.IsLookingForGroupEnabled() and "WorldMapMicroButton" or "LFGMicroButton")
end

Expand Down

0 comments on commit aa9cee2

Please sign in to comment.