aboutsummaryrefslogtreecommitdiff
path: root/features/globalSettings/index.js
diff options
context:
space:
mode:
authorEmeraldMerchant <96396730+EmeraldMerchant@users.noreply.github.com>2022-08-11 02:48:08 +0800
committerGitHub <noreply@github.com>2022-08-11 02:48:08 +0800
commitbb19b9667e23ae8f408b3edcc204ef85a2b2aa05 (patch)
tree192ca5a9a297ca4feb2010188ece809fdd34225b /features/globalSettings/index.js
parent3142f3c939b7cae12928b401efbcec193b1ba3c1 (diff)
downloadSoopyV2-bb19b9667e23ae8f408b3edcc204ef85a2b2aa05.tar.gz
SoopyV2-bb19b9667e23ae8f408b3edcc204ef85a2b2aa05.tar.bz2
SoopyV2-bb19b9667e23ae8f408b3edcc204ef85a2b2aa05.zip
Update index.js
10s -> 12.5s nvmm i think it needs longer
Diffstat (limited to 'features/globalSettings/index.js')
-rw-r--r--features/globalSettings/index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/globalSettings/index.js b/features/globalSettings/index.js
index 274457f..cb12c4c 100644
--- a/features/globalSettings/index.js
+++ b/features/globalSettings/index.js
@@ -171,12 +171,12 @@ class GlobalSettings extends Feature {
//2 chat registeries below prevents pickup log to go brrr when warping
this.registerChat("&eSkyBlock Dungeon Warp${p}", () => {
this.clearLog = true
- delay(10000, () => { this.clearLog = false })
+ delay(12500, () => { this.clearLog = false })
})
this.registerChat("&r&7Warping...${island}", () => {
this.clearLog = true
- delay(10000, () => { this.clearLog = false })
+ delay(12500, () => { this.clearLog = false })
})
this.firstPageSettings = [this.darkTheme]