WiIIiam278 / HuskSync

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

Flight syncing causes sync to fail with an IllegalArgumentException sometimes #206

Closed WiIIiam278 closed 8 months ago

WiIIiam278 commented 10 months ago

Relates to #161

Happens because the plugin tries to set a user as flying while they can't, even though the plugin should set them as flying first. Temporary mitigation if you encounter this is to disable gamemode syncing.

image