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

Fixed NetServer missing SendToAll override with sequence channel parameter #106

Closed chrisnobrega closed 5 years ago

chrisnobrega commented 6 years ago

The only SendToAll method that accepted a sequence channel was the override that allows you to skip a NetConnection (which you could pass null to get the same result as this change - but this skips the performance cost of doing that).