aboutsummaryrefslogtreecommitdiff
path: root/features/globalSettings
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2021-11-17 18:05:02 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2021-11-17 18:05:02 +0800
commit5df6618fd38eee6b1bb9d16c2cc21eec6e7ad459 (patch)
tree84e8a2787fe88a9ae971c7b0bdb7f6e79d321283 /features/globalSettings
parent5e68ecb56a9ec04c55809c1471bd836b99a062ef (diff)
downloadSoopyV2-5df6618fd38eee6b1bb9d16c2cc21eec6e7ad459.tar.gz
SoopyV2-5df6618fd38eee6b1bb9d16c2cc21eec6e7ad459.tar.bz2
SoopyV2-5df6618fd38eee6b1bb9d16c2cc21eec6e7ad459.zip
Refactoring
Diffstat (limited to 'features/globalSettings')
-rw-r--r--features/globalSettings/index.js2
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()
}