Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

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

Open
airbreather opened this issue Jun 23, 2013 · 1 comment
Open

Comments

@airbreather
Copy link

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
Copy link
Owner

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants