Important FIX
This commit is contained in:
parent
23803144be
commit
099be919f1
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -24,3 +24,4 @@ hs_err_pid*
|
||||||
*.xml
|
*.xml
|
||||||
|
|
||||||
SECRETS.java
|
SECRETS.java
|
||||||
|
SECRETSsss.java
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@ public class ReadyListener extends ListenerAdapter {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (Main.onlineclients.size() == 3) {
|
if (Main.onlineclients.size() == Main.clients.size()) {
|
||||||
Logger.info("All clients loaded");
|
Logger.info("All clients loaded");
|
||||||
for (JDA jda : Main.clients) {
|
for (JDA jda : Main.clients) {
|
||||||
jda.addEventListener(new GenericEventListener());
|
jda.addEventListener(new GenericEventListener());
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue