Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-12-27 08:30:09 +01:00
Oops, fix 1.8 clients
Dieser Commit ist enthalten in:
Ursprung
a8295c9de0
Commit
1fbd561aec
@ -48,10 +48,12 @@ public class ViaDecodeHandler extends ByteToMessageDecoder {
|
|||||||
throw (Exception) e.getCause();
|
throw (Exception) e.getCause();
|
||||||
}
|
}
|
||||||
} finally {
|
} finally {
|
||||||
|
if (info.isActive()) {
|
||||||
bytebuf.release();
|
bytebuf.release();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void exceptionCaught(ChannelHandlerContext ctx, Throwable cause) throws Exception {
|
public void exceptionCaught(ChannelHandlerContext ctx, Throwable cause) throws Exception {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren