lls-manager
lls-manager copied to clipboard
Failing to load due to Velocity API change
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?