Destroy wander markers

This commit is contained in:
fullwall 2020-09-10 21:23:25 +08:00
parent 5d2d6b7e4d
commit 11b161e216

View File

@ -117,6 +117,7 @@ public class WanderWaypointProvider
if (currentGoal != null) {
currentGoal.unpause();
}
markers.destroyMarkers();
}
private String formatLoc(Location location) {