Craft.Net
Craft.Net copied to clipboard
MinecraftServer's PacketRecieved and PacketSent Events Are Never Sent
trafficstars
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.