From 678722bc8a02a6a915a83af509128686b888513d Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Thu, 28 Jul 2022 17:19:56 +0800 Subject: fix soopy wings not hiding essentials wings since essentials update --- features/dungeonSolvers/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features/dungeonSolvers') 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() { -- cgit