aboutsummaryrefslogtreecommitdiff
path: root/features/events/index.js
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-01-20 17:34:41 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-01-20 17:34:41 +0800
commita0158cef8a59537145286ad96fd3daafc5238cf8 (patch)
treeb5a4d2cbc48362f375e26432b45583c92976d951 /features/events/index.js
parent30e6cde8110b75dada8e6c3c01456245ab990011 (diff)
downloadSoopyV2-a0158cef8a59537145286ad96fd3daafc5238cf8.tar.gz
SoopyV2-a0158cef8a59537145286ad96fd3daafc5238cf8.tar.bz2
SoopyV2-a0158cef8a59537145286ad96fd3daafc5238cf8.zip
fix potential diana bug stopping waypoints from reloading on world change?
Diffstat (limited to 'features/events/index.js')
-rw-r--r--features/events/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/features/events/index.js b/features/events/index.js
index 48b43ec..99b5d2c 100644
--- a/features/events/index.js
+++ b/features/events/index.js
@@ -176,6 +176,8 @@ class Events extends Feature {
this.burrialData.historicalLocations = []
this.showingWaypoints = false
+
+ this.nextUpdateApprox = Date.now()
}
loadApi(){