mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-26 20:55:44 +01:00
Waypoint markers should be spawned at the actual location now
This commit is contained in:
parent
bef0f16f3b
commit
c60085eade
@ -209,7 +209,7 @@ public class LinearWaypointProvider implements EnumerableWaypointProvider {
|
||||
|
||||
private void createWaypointMarkers() {
|
||||
for (int i = 0; i < waypoints.size(); i++) {
|
||||
markers.createMarker(waypoints.get(i), waypoints.get(i).getLocation().clone().add(0, 1, 0));
|
||||
markers.createMarker(waypoints.get(i), waypoints.get(i).getLocation());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user