Fix TabListItemHeaderFooter for 1.11.1 (#2028)
This commit is contained in:
parent
21411af74d
commit
b728aea382
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user