3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-11-04 23:30:24 +01:00

Oops, fix 1.8 clients

Dieser Commit ist enthalten in:
Myles 2016-03-19 22:04:17 +00:00
Ursprung a8295c9de0
Commit 1fbd561aec

Datei anzeigen

@ -48,10 +48,12 @@ public class ViaDecodeHandler extends ByteToMessageDecoder {
throw (Exception) e.getCause();
}
} finally {
if (info.isActive()) {
bytebuf.release();
}
}
}
}
@Override
public void exceptionCaught(ChannelHandlerContext ctx, Throwable cause) throws Exception {