From a0158cef8a59537145286ad96fd3daafc5238cf8 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Thu, 20 Jan 2022 17:34:41 +0800 Subject: fix potential diana bug stopping waypoints from reloading on world change? --- features/events/index.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'features/events/index.js') 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(){ -- cgit