increase the wait a bit

This commit is contained in:
AAGaming
2024-07-28 18:55:12 -04:00
parent ff856c7148
commit d9ab176bc7
+1 -1
View File
@@ -166,7 +166,7 @@ class PluginLoader extends Logger {
this.initPluginBackendAPI();
Promise.all([this.getUserInfo(), this.updateVersion()])
.then(() => sleep(500))
.then(() => sleep(800))
.then(() => this.loadPlugins())
.then(() => this.checkPluginUpdates())
.then(() => this.log('Initialized'));