WiIIiam278 / HuskSync

A modern, cross-server player data synchronisation system
https://william278.net/project/husksync
Apache License 2.0
152 stars 125 forks source link

Skin and world chunks won't load properly if `cancel_packets: true` #286

Closed nhanledev closed 3 months ago

nhanledev commented 3 months ago

On player join, I perceive 2 minor issues with packet that:

If I click on the setting -> video menu, it forces the game to reload and help the skin and chunks to reload properly.

My suggestion is adding one more allow packet to not cancel those actions. I added Client.SETTINGS to ALLOWED_PACKETS list to test it and it works as expected.

Edit: The problem happens if I use cancel_packets: true in the config.yml file.

WiIIiam278 commented 3 months ago

Feel free to open a PR :)