mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
Remove unused connection id cache
Good find by MrGadget
This commit is contained in:
parent
2d4d4109bb
commit
2081a757ea
@ -212,7 +212,6 @@ protected internal static bool ValidatePacketSize(ArraySegment<byte> segment, in
|
||||
|
||||
// internal because no one except Mirror should send bytes directly to
|
||||
// the client. they would be detected as a message. send messages instead.
|
||||
List<int> singleConnectionId = new List<int>{-1};
|
||||
internal abstract bool Send(ArraySegment<byte> segment, int channelId = Channels.DefaultReliable);
|
||||
|
||||
public override string ToString()
|
||||
|
Loading…
Reference in New Issue
Block a user