mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-25 11:35:18 +01:00
Read byte in player position
This commit is contained in:
parent
e7b489f66e
commit
b21de03710
@ -27,7 +27,7 @@ public class EntityPackets {
|
||||
map(Type.DOUBLE);
|
||||
map(Type.FLOAT);
|
||||
map(Type.FLOAT);
|
||||
map(Type.UNSIGNED_BYTE);
|
||||
map(Type.BYTE);
|
||||
map(Type.VAR_INT);
|
||||
handler(wrapper -> {
|
||||
// Dismount vehicle
|
||||
|
Loading…
Reference in New Issue
Block a user