Fix 1.14.0-1.14.3 acknowledge player digging kick

This commit is contained in:
KennyTV 2020-06-08 18:00:14 +02:00
parent 16b68f7e3d
commit 79708fe952
No known key found for this signature in database
GPG Key ID: 6BE3B555EBC5982B

View File

@ -17,7 +17,7 @@ public class Protocol1_14_3To1_14_4 extends BackwardsProtocol<ClientboundPackets
@Override
protected void registerPackets() {
// Acknowledge Player Digging - added in pre4
registerOutgoing(ClientboundPackets1_14.ACKNOWLEDGE_PLAYER_DIGGING, new PacketRemapper() {
registerOutgoing(ClientboundPackets1_14.ACKNOWLEDGE_PLAYER_DIGGING, ClientboundPackets1_14.BLOCK_CHANGE, new PacketRemapper() {
@Override
public void registerMap() {
map(Type.POSITION1_14);