Fix PlayerListHeaderFooter
This commit is contained in:
parent
95a269df7a
commit
72002ed3bd
@ -130,7 +130,8 @@ public enum Protocol
|
||||
map( ProtocolConstants.MINECRAFT_1_8, 0x47 ),
|
||||
map( ProtocolConstants.MINECRAFT_1_9, 0x48 ),
|
||||
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(
|
||||
|
Loading…
Reference in New Issue
Block a user