From bb19b9667e23ae8f408b3edcc204ef85a2b2aa05 Mon Sep 17 00:00:00 2001 From: EmeraldMerchant <96396730+EmeraldMerchant@users.noreply.github.com> Date: Thu, 11 Aug 2022 02:48:08 +0800 Subject: Update index.js 10s -> 12.5s nvmm i think it needs longer --- features/globalSettings/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'features/globalSettings') 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] -- cgit