fix player digging

This commit is contained in:
creeper123123321 2019-01-06 09:08:29 -02:00
parent a27efd94c8
commit c88655a2a0
No known key found for this signature in database
GPG Key ID: 0AC57D54786721D1

View File

@ -267,7 +267,7 @@ public class WorldPackets {
public void registerMap() {
map(Type.VAR_INT, Type.UNSIGNED_BYTE); // 0 - Status
map(Type.POSITION); // 1 - Position
map(Type.UNSIGNED_BYTE); // 2 - Face
map(Type.BYTE); // 2 - Face
handler(new PacketHandler() {
@Override
public void handle(PacketWrapper wrapper) throws Exception {