bypass registry check
This commit is contained in:
parent
692e7c9e79
commit
dc3a26f6fe
|
|
@ -91,7 +91,7 @@ public enum VelocityForgeBackendConnectionPhase implements BackendConnectionPhas
|
|||
throw new RuntimeException(e);
|
||||
}
|
||||
}).thenAcceptAsync((v) -> {
|
||||
if (clientPhase.forgeHandshake.isCompatible(handshake)) {
|
||||
if (true) {
|
||||
server.ensureConnected().write(clientPhase.forgeHandshake.getModListReplyPacket());
|
||||
} else {
|
||||
server.disconnect();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user