This commit is contained in:
Nassim Jahnke 2023-03-15 21:20:33 +01:00
parent 974b15243a
commit 11e71b1307
No known key found for this signature in database
GPG Key ID: 6BE3B555EBC5982B

View File

@ -86,7 +86,7 @@ public final class EntityPackets1_19_4 extends EntityRewriter<ClientboundPackets
map(Type.DOUBLE); // Z
map(Type.FLOAT); // Yaw
map(Type.FLOAT); // Pitch
map(Type.UNSIGNED_BYTE); // Relative arguments
map(Type.BYTE); // Relative arguments
map(Type.VAR_INT); // Id
create(Type.BOOLEAN, false); // Dismount vehicle
}