Skip to content
New issue

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

Cannot use ProtocolLib extension #6

Open
tomocrafter opened this issue Jan 26, 2020 · 0 comments
Open

Cannot use ProtocolLib extension #6

tomocrafter opened this issue Jan 26, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@tomocrafter
Copy link
Contributor

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

@DevSrSouza DevSrSouza self-assigned this Feb 15, 2020
@DevSrSouza DevSrSouza added the bug Something isn't working label Feb 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants