1
0
mirror of https://github.com/GeyserMC/Floodgate.git synced 2026-01-06 15:42:03 +00:00
This commit is contained in:
Tim203
2021-09-08 21:51:12 +02:00
parent 69d9e82ecb
commit 67a492b971

View File

@@ -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(