tritonmc / Triton

Translate your server! Sends the same message in different languages... Hooks into all plugins!
https://triton.rexcantor64.com
GNU General Public License v3.0
87 stars 34 forks source link

fix(velocity): version of component holder in disconnect login packet #394

Closed diogotcorreia closed 7 months ago

diogotcorreia commented 7 months ago

The disconnect packet during the login phase always expects a JSON text string, even on 1.20.3 and above, contrary to all other packets that take a NBT data.

This resulted in a deserialisation error message on the client, which is fixed by this commit.