ddevault / Craft.Net

(Unmaintained, see TrueCraft) Minecraft server, client, and etc for .NET
MIT License
228 stars 64 forks source link

No packet handler set for 0xCB #151

Closed ghost closed 11 years ago

ghost commented 11 years ago

This is received when pressing tab while typing commands/chat.

hellow554 commented 11 years ago

The packet itself exists, but there is no handler for this. If you like to, you can do a pull request ;)

ddevault commented 11 years ago

I'll eventually write up some event handlers and such for servers to grab onto. In the meantime, use punkkek's solution of registering your own handler. I'll leave this issue open as a reminder to get those events in place.