-
-
Notifications
You must be signed in to change notification settings - Fork 150
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
GsonComponentSerializerExtended's failure #666
Comments
Also there are another related issue when 1.20.3\1.20.4 player sees messages:
|
The first issue should be resolved with #665, try using the latest snapshot version of packetevents |
I use latest shapshot version already |
I also can confirm this issue occurs on Velocity with 1.20.1 backends and 1.20.1 clients. |
In my instance, we didn't have any issues until that commit. Reverting to the commit before (c08719a) resolves the issue. |
The gson update did seem to fix my issue (#664), so there seems to be more things going on here, reverting that commit isn't the simple solution |
Describe the bug
WrapperPlayServerSystemChatMessage
can't deserialize a component:Software brand
Velocity 3.3.0
How To Reproduce
Important:
I am using this inside the listener (after type checks):
but even this doesn't fix the issue.
The text was updated successfully, but these errors were encountered: