mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 14:28:43 +00:00
Put the arrows into the minimap. Fixed the issue with curved section of port marks.
#fix #implement
This commit is contained in:
@@ -30,7 +30,7 @@ public class MiniMap extends MapPreview {
|
||||
this.boats = boats;
|
||||
this.player = player;
|
||||
setBoats(boats);
|
||||
// player.addMarkRoundingListener(this::updateMarkArrows);
|
||||
player.addMarkRoundingListener(this::updateMarkArrows);
|
||||
}
|
||||
|
||||
public void setBoats(List<ClientYacht> yachts) {
|
||||
|
||||
Reference in New Issue
Block a user