From 5df6618fd38eee6b1bb9d16c2cc21eec6e7ad459 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Wed, 17 Nov 2021 18:05:02 +0800 Subject: Refactoring --- features/globalSettings/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features/globalSettings') diff --git a/features/globalSettings/index.js b/features/globalSettings/index.js index c044a4e..f7ae0b0 100644 --- a/features/globalSettings/index.js +++ b/features/globalSettings/index.js @@ -45,7 +45,7 @@ class Hud extends Feature { this.registerChat("&aYour new API key is &r&b${key}&r", this.newKey) // new Thread(()=>{ - // Thread.sleep(1000) //TODO: DO ON WORLDLOAD + // Thread.sleep(1000) //TODO: DO ON 2nd WORLDLOAD // ChatLib.command("soopyv2 first_load_thing", true)//TODO: ONLY RUN ON FIRST INSTALL // }).start() } -- cgit