Skip to content

Commit 2686c9f

Browse files
authored
Fixed PING packet for 1.19.1 and 1.19.2 (#2518)
Changed PLAYER_CHAT_HEADER duplicated currentId due to bug on 1.19.1 and 1.19.2 versions with PING
1 parent 8fc5e50 commit 2686c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/comphenix/protocol/PacketType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ public static class Server extends PacketTypeEnum {
352352
* @deprecated Removed in 1.19.3
353353
*/
354354
@Deprecated
355-
public static final PacketType PLAYER_CHAT_HEADER = new PacketType(PROTOCOL, SENDER, 0x32, "PlayerChatHeader");
355+
public static final PacketType PLAYER_CHAT_HEADER = new PacketType(PROTOCOL, SENDER, 0xF0, "PlayerChatHeader");
356356

357357
/**
358358
* @deprecated Removed in 1.19.3

0 commit comments

Comments
 (0)