ddevault / Craft.Net

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

MinecraftServer's PacketRecieved and PacketSent Events Are Never Sent #170

Open airbreather opened 11 years ago

airbreather commented 11 years ago

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.

ddevault commented 11 years ago

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