mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Channel is only set at constructor
This commit is contained in:
parent
e2577ef785
commit
1b81fea8ef
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user