diff --git a/Assets/Mirror/Runtime/NetworkServer.cs b/Assets/Mirror/Runtime/NetworkServer.cs index efb1d5e2b..686154574 100644 --- a/Assets/Mirror/Runtime/NetworkServer.cs +++ b/Assets/Mirror/Runtime/NetworkServer.cs @@ -65,9 +65,7 @@ public static class NetworkServer internal static Action OnConnectedEvent; internal static Action OnDisconnectedEvent; - /// - /// This shuts down the server and disconnects all clients. - /// + /// Shuts down the server and disconnects all clients public static void Shutdown() { if (initialized)