Problem with packet "PacketType.Play.Client.CHAT_COMMAND"
beachvisitor opened this issue ยท 0 comments
This issue is not solved in a development build.
Describe the bug
I was using this plugin and getting an error. When I tested some of the code in my plugin, the error remained.
To Reproduce
- Add a listener to the packet "PacketType.Play.Client.CHAT_COMMAND"
- Write code in the "onPacketReceiving()" method
- Receive an error when the packet arrives.
Expected behavior
Successfully execute code without error.
Screenshots
Version Info
https://pastebin.com/YRQGVCyu
Additional context
I asked on the forum about this error, other people didn't have it.