mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2025-01-26 18:11:49 +01:00
Showing markers by default
This commit is contained in:
parent
10ec4b2c29
commit
e10af76e45
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user