From ef58bc02faa99b7c41eecadaaef5acda9a355210 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Sat, 2 Jul 2022 12:14:52 +0800 Subject: + make CH locations clear on world switch & meta --- features/waypoints/index.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'features/waypoints') 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() { -- cgit