Skip to content

Commit

Permalink
fix default waypoint set id for waystone sync
Browse files Browse the repository at this point in the history
  • Loading branch information
rfresh2 committed Oct 15, 2024
1 parent db31700 commit 10534e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ private void waypointsListSync(final Waystone waystone, final WaypointSet waypoi
}

private WaypointSet getWaypointSet(final Waystone waystone, final MinimapSession minimapSession) {
final String waypointSetName = this.separateWaypointSet ? "Waystones" : "xaeroplus.gui.xaero_default";
final String waypointSetName = this.separateWaypointSet ? "Waystones" : "gui.xaero_default";
final MinimapWorld waypointWorld = getWaypointWorldForWaystone(waystone, minimapSession);
WaypointSet waypointSet = waypointWorld.getWaypointSet(waypointSetName);
if (waypointSet == null) {
Expand Down

0 comments on commit 10534e5

Please sign in to comment.