diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2021-11-17 18:05:02 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2021-11-17 18:05:02 +0800 |
commit | 5df6618fd38eee6b1bb9d16c2cc21eec6e7ad459 (patch) | |
tree | 84e8a2787fe88a9ae971c7b0bdb7f6e79d321283 /features/globalSettings | |
parent | 5e68ecb56a9ec04c55809c1471bd836b99a062ef (diff) | |
download | SoopyV2-5df6618fd38eee6b1bb9d16c2cc21eec6e7ad459.tar.gz SoopyV2-5df6618fd38eee6b1bb9d16c2cc21eec6e7ad459.tar.bz2 SoopyV2-5df6618fd38eee6b1bb9d16c2cc21eec6e7ad459.zip |
Refactoring
Diffstat (limited to 'features/globalSettings')
-rw-r--r-- | features/globalSettings/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
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() } |