mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2025-02-22 22:51:29 +01:00
fix player digging
This commit is contained in:
parent
a27efd94c8
commit
c88655a2a0
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user