diff --git a/Assets/Mirror/Runtime/NetworkServer.cs b/Assets/Mirror/Runtime/NetworkServer.cs index 45faf6f87..47c5a8912 100644 --- a/Assets/Mirror/Runtime/NetworkServer.cs +++ b/Assets/Mirror/Runtime/NetworkServer.cs @@ -375,7 +375,7 @@ public static bool SendToReady(NetworkIdentity identity, T msg, bool includeO /// See /// /// Message type - /// + /// identity of the object /// Message /// Transport channel to use ///