Mirror von
https://github.com/ViaVersion/ViaBackwards.git
synchronisiert 2024-11-20 06:50:10 +01:00
fix tab complete
Dieser Commit ist enthalten in:
Ursprung
5a3b59ce29
Commit
0018159c89
@ -184,8 +184,9 @@ public class PlayerPacket1_13 extends Rewriter<Protocol1_12_2To1_13> {
|
|||||||
|
|
||||||
// Ignore fields
|
// Ignore fields
|
||||||
wrapper.read(Type.BOOLEAN);
|
wrapper.read(Type.BOOLEAN);
|
||||||
wrapper.read(Type.OPTIONAL_POSITION);
|
if (wrapper.read(Type.BOOLEAN)) {
|
||||||
|
wrapper.read(Type.POSITION);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren