aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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]