New optional markers logic is wrongly applied to all markers
Hunternif opened this issue ยท 0 comments
In MarkersPacket
, I should only treat global markers as optional, not the custom ones!
Also: push global markers into all atlases, not just the ones in the player's inventory:
https://github.com/AntiqueAtlasTeam/AntiqueAtlas/blob/1.12.2/src/main/java/hunternif/mc/atlas/network/client/MarkersPacket.java#L104