You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
the packet wrapper for the packet REL_ENTITY_MOVE_LOOK contains invalid methods.
The methode getDx getDy and getDz are all reading the first byte of the packet.
It should be for getDx readByte(0), for getDy readByte(1) and for getDz readByte(2)
The methods getYaw and getPitch are also affected.
For yaw is the byte offset 3 and for pitch 4
The text was updated successfully, but these errors were encountered:
Hey,
the packet wrapper for the packet REL_ENTITY_MOVE_LOOK contains invalid methods.
The methode getDx getDy and getDz are all reading the first byte of the packet.
It should be for getDx readByte(0), for getDy readByte(1) and for getDz readByte(2)
The methods getYaw and getPitch are also affected.
For yaw is the byte offset 3 and for pitch 4
The text was updated successfully, but these errors were encountered: