diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-03-30 14:27:32 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-03-30 14:27:32 +0800 |
commit | 6c6dab63b5a781b4495d52d056d606a71254f22b (patch) | |
tree | 31514496c0f1d68527a076c6494a070920fbc655 /features/events/index.js | |
parent | 527295c52ac1560ce270e4da00742fe33ffbd7a1 (diff) | |
download | SoopyV2-6c6dab63b5a781b4495d52d056d606a71254f22b.tar.gz SoopyV2-6c6dab63b5a781b4495d52d056d606a71254f22b.tar.bz2 SoopyV2-6c6dab63b5a781b4495d52d056d606a71254f22b.zip |
clear burrial path when swapping worlds
Diffstat (limited to 'features/events/index.js')
-rw-r--r-- | features/events/index.js | 3 |
1 files changed, 3 insertions, 0 deletions
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() |