Fixed 1.20.71 correctPlayerMovePredictionPacket missing `prediction_type`
Can you apply this fix to previous versions where it's also applicable?
Can you apply this fix to previous versions where it's also applicable?
The update to this packet structure seems to start in protocol 662, only 1.20.70+
Where are you seeing that? Seems like it should be applied since 1.20.40 (protocol v622)
https://github.com/Mojang/bedrock-protocol-docs/blob/main/html/svg/CorrectPlayerMovePredictionPacket.svg
Where are you seeing that? Seems like it should be applied since 1.20.40 (protocol v622)
https://github.com/Mojang/bedrock-protocol-docs/blob/main/html/svg/CorrectPlayerMovePredictionPacket.svg
Sorry, I only noticed a change in the structure of the packet in protocol 662, so I may have made an incorrect subjective judgment without checking.
I'll try to try triggering the packet at previous versions of BDS later and then confirm the final situation.
should we merge this @extremeheat ?
should we merge this @extremeheat ?
I don't think this should be done at this time. I haven't freed up time to check previous versions lately, and then there's the fact that I've found more wrong in packets, and I'd like to continue fixing other packets on this PR :D
Should the status of this PR go to draft or something like that?
Up to you about the status, but thanks for clarifying!