diff options
Diffstat (limited to 'features/waypoints')
-rw-r--r-- | features/waypoints/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/waypoints/index.js b/features/waypoints/index.js index d0d526d..6be0f5f 100644 --- a/features/waypoints/index.js +++ b/features/waypoints/index.js @@ -24,8 +24,8 @@ class Waypoints extends Feature { this.userWaypoints = JSON.parse(FileLib.read("soopyAddonsData", "soopyv2userwaypoints.json") || "{}") this.userWaypointsHash = {} this.userWaypointsAll = [] - this.updateWaypointsHashes() this.userWaypointsArr = Object.values(this.userWaypoints) + this.updateWaypointsHashes() this.waypointsChanged = false this.registerForge(RenderWorldLastEvent, this.renderWorldLast) |