mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-05 02:10:10 +01:00
Fix?
This commit is contained in:
parent
b019763675
commit
5af2a7ee84
@ -75,6 +75,6 @@ public class GenericWaypointCallback extends NavigationCallback {
|
||||
|
||||
public void onProviderChanged() {
|
||||
itr = provider.iterator();
|
||||
dest = null;
|
||||
dest = itr.hasNext() ? itr.next().getLocation() : null;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user