From 7f3beff7fcfca32e1e9b8c63d4efd9ba81731604 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Mon, 25 Apr 2022 14:57:42 +0800 Subject: update dulkir thingo --- features/waypoints/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features/waypoints') 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) -- cgit