Update Velocity #2

Merged
Chaoscaot merged 45 commits from update into master 2025-06-26 23:11:03 +02:00
Showing only changes of commit e13c8c340f - Show all commits

View File

@@ -116,6 +116,6 @@ public class HandshakePacket implements MinecraftPacket {
@Override @Override
public int expectedMaxLength(ByteBuf buf, ProtocolUtils.Direction direction, public int expectedMaxLength(ByteBuf buf, ProtocolUtils.Direction direction,
ProtocolVersion version) { ProtocolVersion version) {
return 270; return 9 + (MAXIMUM_HOSTNAME_LENGTH * 3);
} }
} }