aboutsummaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'index.js')
-rw-r--r--index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.js b/index.js
index 956c65c..aa16f17 100644
--- a/index.js
+++ b/index.js
@@ -23,9 +23,9 @@ if(FileLib.read("soopyAddonsData", "deletesoopyv1please.txt") === "true"){
if(FileLib.read("soopyAddonsData", "firstload.txt") !== "true"){
new Thread(()=>{
ChatLib.chat("&7Loading SoopyV2 required modules...") //idk what to say to chat, but it requires an extra ct load after starting to load stuff like mappings
+ FileLib.write("soopyAddonsData", "firstload.txt", "true")
Thread.sleep(2000)
- FileLib.write("soopyAddonsData", "firstload.txt", "true")
ChatLib.command("ct reload", true)
}).start()