lidgren / lidgren-network-gen3

Lidgren Network Library
https://groups.google.com/forum/#!forum/lidgren-network-gen3
MIT License
1.19k stars 331 forks source link

Don't set initiated Connect manually #23

Closed musmuris closed 9 years ago

musmuris commented 9 years ago

Setting the status as Initiated Connect means that when NetConnection does that itself it then suppresses the status changed message from being sent.

lidgren commented 9 years ago

Fixed in alternate manner in change a4240c914bf08f074a3fbf11301b8e3da40c61a4

musmuris commented 9 years ago

Thanks :)