Skip to content

Commit

Permalink
Destroy wander markers
Browse files Browse the repository at this point in the history
  • Loading branch information
fullwall committed Sep 10, 2020
1 parent 5d2d6b7 commit 11b161e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ public void end() {
if (currentGoal != null) {
currentGoal.unpause();
}
markers.destroyMarkers();
}

private String formatLoc(Location location) {
Expand Down

0 comments on commit 11b161e

Please sign in to comment.