diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-07-28 17:19:56 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-07-28 17:19:56 +0800 |
commit | 678722bc8a02a6a915a83af509128686b888513d (patch) | |
tree | 46f9d9780b583536cbc35be386a29af29233b1e2 /features/dungeonSolvers | |
parent | b6063423547b4af9a11bbc78595e40073b52d5b7 (diff) | |
download | SoopyV2-678722bc8a02a6a915a83af509128686b888513d.tar.gz SoopyV2-678722bc8a02a6a915a83af509128686b888513d.tar.bz2 SoopyV2-678722bc8a02a6a915a83af509128686b888513d.zip |
fix soopy wings not hiding essentials wings since essentials update
Diffstat (limited to 'features/dungeonSolvers')
-rw-r--r-- | features/dungeonSolvers/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/dungeonSolvers/index.js b/features/dungeonSolvers/index.js index a724891..60d4b16 100644 --- a/features/dungeonSolvers/index.js +++ b/features/dungeonSolvers/index.js @@ -399,7 +399,7 @@ class DungeonSolvers extends Feature { } timerThing(position) { - this.timersData.push([position, Date.now() + 5000]) + this.timersData.push([position, Date.now() + 5000]) //TODO: 1.5s less on m6 } areaUpdated() { |