Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid methods in REL_ENTITY_MOVE_LOOK #36

Open
WolverinDEV opened this issue Feb 1, 2017 · 2 comments
Open

Invalid methods in REL_ENTITY_MOVE_LOOK #36

WolverinDEV opened this issue Feb 1, 2017 · 2 comments

Comments

@WolverinDEV
Copy link

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

@WolverinDEV
Copy link
Author

Oh well i yust saw now that i missed the version in the bug report. Its appears in the 1.8 (maven version: 1.8.7-R0.1-SNAPSHOT)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants