Important FIX

This commit is contained in:
Maximilian Arzberger 2018-08-07 20:53:29 +02:00
parent 23803144be
commit 099be919f1
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -24,3 +24,4 @@ hs_err_pid*
*.xml
SECRETS.java
SECRETSsss.java

View file

@ -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");
for (JDA jda : Main.clients) {
jda.addEventListener(new GenericEventListener());