This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Description
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.