This commit is contained in:
GregTCLTK 2020-01-17 17:35:56 +01:00
parent 7ed0d5a7ee
commit 00e1f841b4
No known key found for this signature in database
GPG key ID: A91BADE5C070FF67

View file

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