Merge branch 'dev/1.1.0' into experiment/io_uring

This commit is contained in:
Andrew Steinborn
2021-01-26 19:59:40 -05:00
2 changed files with 33 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ public interface MinecraftPacket {
boolean handle(MinecraftSessionHandler handler);
default int expectedMaxLength(ByteBuf buf, ProtocolUtils.Direction direction, ProtocolVersion version) {
default int expectedMaxLength(ByteBuf buf, ProtocolUtils.Direction direction,ProtocolVersion version) {
return -1;
}