Also changed the CRPM complete decoder

This commit is contained in:
Adrian Bergqvist 2024-02-12 12:27:33 +01:00
parent 4b838990a6
commit 246b8131b3
No known key found for this signature in database
GPG Key ID: 3B3DA43224B79417

View File

@ -28,7 +28,7 @@ public class FML2CRPMResetCompleteDecoder extends ChannelInboundHandlerAdapter {
if (id == 98) { if (id == 98) {
try { try {
ctx.fireChannelRead(GenericForgeLoginWrapperPacket.read( ctx.fireChannelRead(GenericForgeLoginWrapperPacket.read(
Unpooled.EMPTY_BUFFER, Context.createClientContext(id, success))); Unpooled.EMPTY_BUFFER, Context.createClientContext(id, success, "fml:handshake")));
} finally { } finally {
buf.release(); buf.release();
} }