ProtocolLib

3M Downloads

Accessor tries to create a list from invalid constructor

libraryaddict opened this issue ยท 2 comments

commented

Constructor<?> ctor = listClass.getConstructor();

https://gist.github.com/f41614b699b3b9537a0b945dded7d22d

You forgot to suppress an error

commented

This seems to be a duplicate of #1331

commented

Mb. Forgot to verify if this is a new or old error.