devtools: Render world map location above region overlay

This commit is contained in:
Jordan Atwood
2020-10-24 21:30:42 -07:00
parent d70003448c
commit 9479b23229

View File

@@ -55,7 +55,7 @@ public class WorldMapLocationOverlay extends Overlay
this.worldMapOverlay = worldMapOverlay;
this.plugin = plugin;
setPosition(OverlayPosition.DYNAMIC);
setPriority(OverlayPriority.HIGH);
setPriority(OverlayPriority.HIGHEST);
setLayer(OverlayLayer.ABOVE_MAP);
}