Showing markers by default

This commit is contained in:
fullwall 2020-10-14 15:14:49 +08:00
parent 10ec4b2c29
commit e10af76e45

View File

@ -185,6 +185,9 @@ public class LinearWaypointProvider implements EnumerableWaypointProvider {
private LinearWaypointEditor(Player player) {
this.player = player;
this.markers = new EntityMarkers<Waypoint>();
if (showingMarkers) {
createWaypointMarkers();
}
}
@Override