Forgot to remove "else"
This commit is contained in:
parent
97f1d2b493
commit
7ecb77dd74
|
|
@ -33,9 +33,8 @@ public class FML2CRPMResetCompleteDecoder extends ChannelInboundHandlerAdapter {
|
|||
return;
|
||||
}
|
||||
} catch (Exception ignored) {}
|
||||
} else {
|
||||
buf.readerIndex(originalReaderIndex);
|
||||
}
|
||||
buf.readerIndex(originalReaderIndex);
|
||||
}
|
||||
ctx.fireChannelRead(msg);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user