13
0
geforkt von Mirrors/Velocity

Fix Checkstyle issues

Dieser Commit ist enthalten in:
Andrew Steinborn 2021-01-26 19:59:23 -05:00
Ursprung 77656615bb
Commit b982c5b6ed

Datei anzeigen

@ -12,7 +12,7 @@ public interface MinecraftPacket {
boolean handle(MinecraftSessionHandler handler); 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; return -1;
} }