Fix PlayerListHeaderFooter

This commit is contained in:
md_5 2016-11-15 08:00:13 +11:00
parent 95a269df7a
commit 72002ed3bd

View File

@ -130,7 +130,8 @@ public enum Protocol
map( ProtocolConstants.MINECRAFT_1_8, 0x47 ), map( ProtocolConstants.MINECRAFT_1_8, 0x47 ),
map( ProtocolConstants.MINECRAFT_1_9, 0x48 ), map( ProtocolConstants.MINECRAFT_1_9, 0x48 ),
map( ProtocolConstants.MINECRAFT_1_9_4, 0x47 ), map( ProtocolConstants.MINECRAFT_1_9_4, 0x47 ),
map( ProtocolConstants.MINECRAFT_1_10, 0x47 ) map( ProtocolConstants.MINECRAFT_1_10, 0x47 ),
map( ProtocolConstants.MINECRAFT_1_11, 0x47 )
); );
TO_SERVER.registerPacket( TO_SERVER.registerPacket(