From 9e7bedbd8bedd5599a756cce9cad76754f9a2e74 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Thu, 11 Nov 2021 15:30:20 +0800 Subject: Fixes to many things --- features/globalSettings/index.js | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'features/globalSettings/index.js') diff --git a/features/globalSettings/index.js b/features/globalSettings/index.js index 18a70a3..dd3d922 100644 --- a/features/globalSettings/index.js +++ b/features/globalSettings/index.js @@ -40,14 +40,14 @@ class Hud extends Feature { this.privacySettings = [this.reportErrorsSetting, this.sendChatSetting] - this.GuiPage = new FirstLoadingPage(this) + // this.GuiPage = new FirstLoadingPage(this) this.registerChat("&aYour new API key is &r&b${key}&r", this.newKey) - new Thread(()=>{ - Thread.sleep(1000) //TODO: DO ON WORLDLOAD - ChatLib.command("soopyv2 first_load_thing", true)//TODO: ONLY RUN ON FIRST INSTALL - }).start() + // new Thread(()=>{ + // Thread.sleep(1000) //TODO: DO ON WORLDLOAD + // ChatLib.command("soopyv2 first_load_thing", true)//TODO: ONLY RUN ON FIRST INSTALL + // }).start() } findKey(){ @@ -149,6 +149,9 @@ class Hud extends Feature { } } }catch(_){} + + + new Notification("§cUnable to find api key", []) }).start() } -- cgit