fix player digging

This commit is contained in:
creeper123123321 2018-10-31 14:48:28 -03:00
parent 6652a7fd83
commit 149b3c2e29
No known key found for this signature in database
GPG Key ID: 0AC57D54786721D1

View File

@ -260,7 +260,7 @@ public class WorldPackets {
protocol.registerIncoming(State.PLAY, 0x07, 0x13, new PacketRemapper() {
@Override
public void registerMap() {
map(Type.UNSIGNED_BYTE); // 0 - Status
map(Type.VAR_INT, Type.UNSIGNED_BYTE); // 0 - Status
map(Type.POSITION); // 1 - Position
map(Type.UNSIGNED_BYTE); // 2 - Face
handler(new PacketHandler() {