#2567: Fix server changing on 1.12.x due to broken protocol link
This commit is contained in:
parent
e5b96b2f17
commit
7793894621
@ -176,6 +176,7 @@ public enum Protocol
|
|||||||
EntityStatus.class,
|
EntityStatus.class,
|
||||||
map( ProtocolConstants.MINECRAFT_1_8, 0x1A ),
|
map( ProtocolConstants.MINECRAFT_1_8, 0x1A ),
|
||||||
map( ProtocolConstants.MINECRAFT_1_9, 0x1B ),
|
map( ProtocolConstants.MINECRAFT_1_9, 0x1B ),
|
||||||
|
map( ProtocolConstants.MINECRAFT_1_12, 0x1B ),
|
||||||
map( ProtocolConstants.MINECRAFT_1_13, 0x1C )
|
map( ProtocolConstants.MINECRAFT_1_13, 0x1C )
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user