diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-04-25 14:57:42 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-04-25 14:57:42 +0800 |
commit | 7f3beff7fcfca32e1e9b8c63d4efd9ba81731604 (patch) | |
tree | 8b72fd5a843c2b1805c4d7c389e0dc0814f1983a /features/waypoints | |
parent | 01b77ec83a7e24afcf4a5000b241bcf11dccfc2c (diff) | |
download | SoopyV2-7f3beff7fcfca32e1e9b8c63d4efd9ba81731604.tar.gz SoopyV2-7f3beff7fcfca32e1e9b8c63d4efd9ba81731604.tar.bz2 SoopyV2-7f3beff7fcfca32e1e9b8c63d4efd9ba81731604.zip |
update dulkir thingo
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) |