Skip to content

Commit

Permalink
disabled dropdown menu setting for now to prevent errors, need to be …
Browse files Browse the repository at this point in the history
…fixed next days!
  • Loading branch information
fuba82 committed Jul 25, 2024
1 parent 9b360ac commit 035d56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IPACore.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function InstancePortalAdvUI_OnLoad(self)

IPAUIPrintDebug("InstancePortalAdvUI_OnLoad()")
WorldMapFrame:AddDataProvider(CreateFromMixins(IPAInstancePortalMapDataProviderMixin));
hooksecurefunc("ToggleDropDownMenu", IPAUIDropDownInit)
--hooksecurefunc("ToggleDropDownMenu", IPAUIDropDownInit)

end

Expand Down

0 comments on commit 035d56d

Please sign in to comment.