ddevault/Craft.Net

MinecraftServer's PacketRecieved and PacketSent Events Are Never Sent

airbreather opened this issue · 1 comments

Craft.Net.Server.MinecraftServer publicly exposes two events, named "PacketRecieved" and "PacketSent". These events are intended to be raised by the protected internal methods named "OnPacketRecieved" and "OnPacketSent", respectively. However, neither of those methods has any callers, so neither event ever gets raised.

P.S.: "Received" is spelled as "Recieved" in the source, so I've reproduced that spelling here.

Whoops, I'll make sure to fix that soon.