Skip to content

Commit

Permalink
removing calls to INetworkClient because they are now in IMessageSender
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Frowen committed Mar 7, 2021
1 parent 3452120 commit ca21f38
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Assets/Mirage/Weaver/Processors/ReaderWriterProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,6 @@ private void GenerateReadersWriters(MethodReference method, SequencePoint sequen
method.Is<NetworkConnection>(nameof(NetworkConnection.SendAsync)) ||
method.Is<NetworkConnection>(nameof(NetworkConnection.RegisterHandler)) ||
method.Is<NetworkConnection>(nameof(NetworkConnection.UnregisterHandler)) ||
method.Is<INetworkClient>(nameof(INetworkClient.Send)) ||
method.Is<INetworkClient>(nameof(INetworkClient.SendAsync)) ||
method.Is<NetworkClient>(nameof(NetworkClient.Send)) ||
method.Is<NetworkClient>(nameof(NetworkClient.SendAsync)) ||
method.Is<NetworkServer>(nameof(NetworkServer.SendToAll)) ||
Expand Down

0 comments on commit ca21f38

Please sign in to comment.