We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a06fe3 + dc59be3 commit 33e9babCopy full SHA for 33e9bab
connector/src/main/java/org/geysermc/connector/network/session/GeyserSession.java
@@ -300,7 +300,7 @@ public void packetReceived(PacketReceivedEvent event) {
300
301
downstream.getSession().connect();
302
connector.addPlayer(this);
303
- } catch (InvalidCredentialsException e) {
+ } catch (InvalidCredentialsException | IllegalArgumentException e) {
304
connector.getLogger().info("User '" + username + "' entered invalid login info, kicking.");
305
disconnect("Invalid/incorrect login info");
306
} catch (RequestException ex) {
0 commit comments