Update Velocity #2

Merged
Chaoscaot merged 45 commits from update into master 2025-06-26 23:11:03 +02:00
46 changed files with 815 additions and 443 deletions
Showing only changes of commit e13c8c340f - Show all commits

View File

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