lls-manager icon indicating copy to clipboard operation
lls-manager copied to clipboard

Failing to load due to Velocity API change

Open hxy123abc opened this issue 3 years ago • 0 comments

In latest Velocity 3.2.0, t, field clientbound of enum StateRegistry is now protected instead of public. This breaks the following line of code: StateRegistry.PacketRegistry toReplace = StateRegistry.PLAY.clientbound; (TabListSyncHandler.java:25) As a result, lls-manager will now fail to load. Is it possible for any fix?

hxy123abc avatar Mar 20 '23 09:03 hxy123abc