mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2024-12-04 08:33:53 +01:00
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
This commit is contained in:
parent
8fc5e509ae
commit
2686c9fec0
@ -352,7 +352,7 @@ public class PacketType implements Serializable, Cloneable, Comparable<PacketTyp
|
|||||||
* @deprecated Removed in 1.19.3
|
* @deprecated Removed in 1.19.3
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public static final PacketType PLAYER_CHAT_HEADER = new PacketType(PROTOCOL, SENDER, 0x32, "PlayerChatHeader");
|
public static final PacketType PLAYER_CHAT_HEADER = new PacketType(PROTOCOL, SENDER, 0xF0, "PlayerChatHeader");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @deprecated Removed in 1.19.3
|
* @deprecated Removed in 1.19.3
|
||||||
|
Loading…
Reference in New Issue
Block a user