We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ProtocolLib's PacketAdapter class requires at least 1 packet filter. https://github.com/aadnk/ProtocolLib/blob/master/modules/API/src/main/java/com/comphenix/protocol/events/PacketAdapter.java#L606 but extension is not passing and accepting packet filter. https://github.com/DevSrSouza/KotlinBukkitAPI/blob/master/plugins/src/main/kotlin/br/com/devsrsouza/kotlinbukkitapi/plugins/KProtocolLib.kt#L28
The text was updated successfully, but these errors were encountered:
DevSrSouza
No branches or pull requests
ProtocolLib's PacketAdapter class requires at least 1 packet filter.
https://github.com/aadnk/ProtocolLib/blob/master/modules/API/src/main/java/com/comphenix/protocol/events/PacketAdapter.java#L606
but extension is not passing and accepting packet filter.
https://github.com/DevSrSouza/KotlinBukkitAPI/blob/master/plugins/src/main/kotlin/br/com/devsrsouza/kotlinbukkitapi/plugins/KProtocolLib.kt#L28
The text was updated successfully, but these errors were encountered: