mirror of
https://github.com/GeyserMC/Floodgate.git
synced 2026-01-06 15:42:03 +00:00
Fixed GeyserMC/Floodgate#199
This commit is contained in:
@@ -184,6 +184,9 @@ public final class FloodgateHandshakeHandler {
|
||||
channel, null, hostname
|
||||
);
|
||||
} catch (Exception exception) {
|
||||
if (exception instanceof HandshakeResult) {
|
||||
throw (HandshakeResult) exception;
|
||||
}
|
||||
exception.printStackTrace();
|
||||
|
||||
throw callHandlerAndReturnResult(
|
||||
|
||||
Reference in New Issue
Block a user