From 345da764b978d1ea65c35b3d9f1f6e5e22cbace7 Mon Sep 17 00:00:00 2001 From: Chris Langsenkamp Date: Sat, 25 Apr 2020 13:32:02 -0400 Subject: [PATCH] fixed comments --- Assets/Mirror/Runtime/NetworkServer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/Mirror/Runtime/NetworkServer.cs b/Assets/Mirror/Runtime/NetworkServer.cs index 82e61cbc0..45faf6f87 100644 --- a/Assets/Mirror/Runtime/NetworkServer.cs +++ b/Assets/Mirror/Runtime/NetworkServer.cs @@ -313,7 +313,7 @@ public static bool SendToAll(T msg, int channelId = Channels.DefaultReliable) /// /// Send a message to only clients which are ready with option to include the owner of the object identity. - /// See + /// See /// /// Message type. /// Identity of the owner @@ -372,7 +372,7 @@ public static bool SendToReady(NetworkIdentity identity, T msg, bool includeO /// /// Send a message to only clients which are ready including the owner of the object identity. - /// See + /// See /// /// Message type ///