Skip to content

Commit

Permalink
updating message
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Frowen committed Nov 25, 2020
1 parent c5a1849 commit 6bbb0f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Assets/LiteNetLibTransport
Submodule LiteNetLibTransport added at 742b6b
2 changes: 1 addition & 1 deletion Assets/Mirror/Runtime/NetworkConnection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ internal bool InvokeHandler(int msgType, NetworkReader reader, int channelId)
/// <param name="msg">The message object to process.</param>
/// <returns>Returns true if the handler was successfully invoked</returns>
// todo remove this in 3 months, Obsoleted 2020-11-07
[Obsolete("InvokeHandler is only used to invoke messages locally, instead call the methods directly. see https://github.com/vis2k/Mirror/pull/2397")]
[Obsolete("InvokeHandler is only used to invoke messages locally and will be removed soon, instead call the methods directly. see https://github.com/vis2k/Mirror/pull/2397")]
public bool InvokeHandler<T>(T msg, int channelId)
where T : struct, NetworkMessage
{
Expand Down
1 change: 1 addition & 0 deletions Assets/MirrorRelayTransport
Submodule MirrorRelayTransport added at bcaa34

0 comments on commit 6bbb0f4

Please sign in to comment.