mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-15 23:26:16 +01:00
Destroy wander markers
This commit is contained in:
parent
5d2d6b7e4d
commit
11b161e216
@ -117,6 +117,7 @@ public class WanderWaypointProvider
|
||||
if (currentGoal != null) {
|
||||
currentGoal.unpause();
|
||||
}
|
||||
markers.destroyMarkers();
|
||||
}
|
||||
|
||||
private String formatLoc(Location location) {
|
||||
|
Loading…
Reference in New Issue
Block a user