#2567: Fix server changing on 1.12.x due to broken protocol link

This commit is contained in:
md_5 2018-12-19 10:26:16 +11:00
parent e5b96b2f17
commit 7793894621

View File

@ -176,6 +176,7 @@ public enum Protocol
EntityStatus.class,
map( ProtocolConstants.MINECRAFT_1_8, 0x1A ),
map( ProtocolConstants.MINECRAFT_1_9, 0x1B ),
map( ProtocolConstants.MINECRAFT_1_12, 0x1B ),
map( ProtocolConstants.MINECRAFT_1_13, 0x1C )
);