Closed Ennea closed 8 months ago
Small change to use the game's ToggleWorldMap() to open the map instead of WorldMapFrame:Show(). This ensures that the UI's layout handling code runs, allowing players to close the map with the escape key.
ToggleWorldMap()
WorldMapFrame:Show()
Small change to use the game's
ToggleWorldMap()
to open the map instead ofWorldMapFrame:Show()
. This ensures that the UI's layout handling code runs, allowing players to close the map with the escape key.