SoftwareGuy / Ignorance

Ignorance utilizes the power of ENet to provide a reliable UDP networking transport for Mirror Networking.
Other
248 stars 31 forks source link

IgnoranceThreaded: Ensure channel is set on IncomingPacket on client receive #65

Closed NarryG closed 4 years ago

NarryG commented 4 years ago

Currently, when a client receives a packet from the server, the channel ID is never set. This PR fixes that by ensuring the channel is set before the packet is forwarded to Mirror.

SoftwareGuy commented 4 years ago

nice find :)