aboutsummaryrefslogtreecommitdiff
path: root/features/dungeonSolvers
diff options
context:
space:
mode:
Diffstat (limited to 'features/dungeonSolvers')
-rw-r--r--features/dungeonSolvers/index.js2
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() {