1
TNet 3 Support / Re: How to get a channel list
« on: May 24, 2014, 05:18:36 PM »
I was running into a read error when trying to get the Player Limit as well. In order to get a ushort from the BinaryReader you need to use this code:
Hope that helps someone.
- int playerLimit = reader.ReadUInt16(); // Don't use ReadInt32();
Hope that helps someone.
