From 6c6dab63b5a781b4495d52d056d606a71254f22b Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Wed, 30 Mar 2022 14:27:32 +0800 Subject: clear burrial path when swapping worlds --- features/events/index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/features/events/index.js b/features/events/index.js index 85df364..5af1b09 100644 --- a/features/events/index.js +++ b/features/events/index.js @@ -193,6 +193,9 @@ class Events extends Feature { this.burrialData.locations = [] this.burrialData.historicalLocations = [] this.lastRequestTime = 0 + + this.lastPath = undefined + this.lastPathCords = undefined this.nextUpdateApprox = Date.now() -- cgit