-
-
Notifications
You must be signed in to change notification settings - Fork 266
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
1.20.2 - STEER_VEHICLE
mapped to ServerboundPongPacket
#2818
Comments
This was referenced Feb 26, 2024
please fix |
4 tasks
Any news? |
STEER_VEHICLE
mapped to ServerboundPongPacket
in 1.20.2STEER_VEHICLE
mapped to ServerboundPongPacket
will take a look today |
i'm using build 689 and i think it is fixed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
![image](https://private-user-images.githubusercontent.com/27242001/307819190-365ccc41-344c-4e03-9b9b-d9b2f0defdd8.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNzU3NDksIm5iZiI6MTczOTI3NTQ0OSwicGF0aCI6Ii8yNzI0MjAwMS8zMDc4MTkxOTAtMzY1Y2NjNDEtMzQ0Yy00ZTAzLTliOWItZDliMmYwZGVmZGQ4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDEyMDQwOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWY1N2FkZjVkZTJkZDQ2OGY3ZjFjNjY1MjI1ZDFmOWRmOTNhZDc4YzUxMWI0ZTc0MjY1ZDUxYjgwZjYxYzcwYjkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.wgQZJzIJYd3A-2YRxN_UhZ_O9Vq0Vg3e11UXxfWc9rA)
Seems a bug of ProtocolLib
5.2.0-SNAPSHOT-679
and 1.20.2.For some reason
PacketType.Play.Client.STEER_VEHICLE.getPacketClass()
returnsServerboundPongPacket
instead ofPacketPlayInSteerVehicle
.To Reproduce
Steps to reproduce the behavior:
/summon horse ~ ~ ~ {Tame:1, SaddleItem:{id:saddle,Count:1}}
Expected behavior
STEER_VEHICLE to be called
Screenshots
Version Info
https://pastebin.com/uwgzyVQK
The text was updated successfully, but these errors were encountered: