Also changed the CRPM complete decoder
This commit is contained in:
parent
4b838990a6
commit
246b8131b3
|
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user