aboutsummaryrefslogtreecommitdiff
path: root/features/waypoints
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-04-25 14:57:42 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-04-25 14:57:42 +0800
commit7f3beff7fcfca32e1e9b8c63d4efd9ba81731604 (patch)
tree8b72fd5a843c2b1805c4d7c389e0dc0814f1983a /features/waypoints
parent01b77ec83a7e24afcf4a5000b241bcf11dccfc2c (diff)
downloadSoopyV2-7f3beff7fcfca32e1e9b8c63d4efd9ba81731604.tar.gz
SoopyV2-7f3beff7fcfca32e1e9b8c63d4efd9ba81731604.tar.bz2
SoopyV2-7f3beff7fcfca32e1e9b8c63d4efd9ba81731604.zip
update dulkir thingo
Diffstat (limited to 'features/waypoints')
-rw-r--r--features/waypoints/index.js2
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)