aboutsummaryrefslogtreecommitdiff
path: root/features/waypoints
diff options
context:
space:
mode:
Diffstat (limited to 'features/waypoints')
-rw-r--r--features/waypoints/index.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/features/waypoints/index.js b/features/waypoints/index.js
index 229a6a2..f9eb039 100644
--- a/features/waypoints/index.js
+++ b/features/waypoints/index.js
@@ -222,6 +222,10 @@ class Waypoints extends Feature {
})
})
}).registeredWhen(() => this.mineWaypointsSetting.getValue())
+
+ this.registerEvent("worldLoad", () => {
+ this.locations = {}
+ })
}
tickWaypoints() {