Invalid methods in REL_ENTITY_MOVE_LOOK
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
Looks fine to me: https://github.com/dmulloy2/PacketWrapper/blob/master/PacketWrapper/src/main/java/com/comphenix/packetwrapper/WrapperPlayServerRelEntityMoveLook.java#L86
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)