geforkt von Mirrors/Velocity
Ursprung
8a048f0505
Commit
50acf17f3f
@ -143,7 +143,7 @@ public class ServerLogin implements MinecraftPacket {
|
||||
public int expectedMaxLength(ByteBuf buf, Direction direction, ProtocolVersion version) {
|
||||
// Accommodate the rare (but likely malicious) use of UTF-8 usernames, since it is technically
|
||||
// legal on the protocol level.
|
||||
int base = 1 + (16 * 4);
|
||||
int base = 1 + (16 * 3);
|
||||
// Adjustments for Key-authentication
|
||||
if (version.compareTo(ProtocolVersion.MINECRAFT_1_19) >= 0) {
|
||||
if (version.compareTo(ProtocolVersion.MINECRAFT_1_19_3) < 0) {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren