Bass Command #329

Merged
greg6775 merged 23 commits from greg-dev into master 2020-01-17 17:59:53 +01:00
Showing only changes of commit 00e1f841b4 - Show all commits

View file

@ -119,7 +119,7 @@ public class Hadder {
try {
shardManager = builder.build();
} catch (LoginException e) {
} catch (Exception e) {
e.printStackTrace();
}
}