Channel is only set at constructor

This commit is contained in:
Paul Pacheco 2018-10-11 19:58:08 -05:00
parent e2577ef785
commit 1b81fea8ef

View File

@ -9,7 +9,7 @@ namespace Mirror
public class LLAPITransport : TransportLayer
{
ConnectionConfig connectionConfig;
int channelId = 0; // always use first channel
readonly int channelId = 0; // always use first channel
byte error;
int clientId = -1;