mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2025-02-05 06:51:20 +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) {
|
private LinearWaypointEditor(Player player) {
|
||||||
this.player = player;
|
this.player = player;
|
||||||
this.markers = new EntityMarkers<Waypoint>();
|
this.markers = new EntityMarkers<Waypoint>();
|
||||||
|
if (showingMarkers) {
|
||||||
|
createWaypointMarkers();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user