Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-03 14:50:30 +01:00
fix player digging
Dieser Commit ist enthalten in:
Ursprung
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 {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren