Fix TabListItemHeaderFooter for 1.11.1 (#2028)

This commit is contained in:
Minefabser 2016-12-20 20:57:41 +01:00 committed by md-5
parent 21411af74d
commit b728aea382

View File

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