aboutsummaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'index.js')
-rw-r--r--index.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/index.js b/index.js
index 336ced8..7576769 100644
--- a/index.js
+++ b/index.js
@@ -29,6 +29,10 @@ if(FileLib.read("soopyAddonsData", "deletesoopyv1please.txt") === "true"){
ChatLib.command("ct reload", true)
}).start()
}else{
- new SoopyAddons()
+ let a = register("worldLoad", ()=>{
+ new SoopyAddons()
+ ChatLib.chat("Loading soopyv2")
+ a.unregister()
+ })
}
} \ No newline at end of file