Skip to content

Commit

Permalink
Disable zygor map button hiding
Browse files Browse the repository at this point in the history
  • Loading branch information
funkjedi committed Jul 22, 2024
1 parent 9cf5a6e commit c720f05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions System.lua
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ end

function disableZygorMapButtonAndMenu()
if ZygorWorldMapMenu then
ZygorWorldMapMenu:Hide()
ZygorPoiMapButton:Hide()
--ZygorWorldMapMenu:Hide()
--ZygorPoiMapButton:Hide()
end
end

Expand Down

0 comments on commit c720f05

Please sign in to comment.