diff --git a/Assets/Mirror/Core/NetworkManager.cs b/Assets/Mirror/Core/NetworkManager.cs index 67f8388f4..f24d8ce9b 100644 --- a/Assets/Mirror/Core/NetworkManager.cs +++ b/Assets/Mirror/Core/NetworkManager.cs @@ -961,7 +961,6 @@ void FinishLoadSceneHost() if (clientReadyConnection != null) { - OnClientConnect(); clientLoadedScene = true; clientReadyConnection = null; } @@ -1021,7 +1020,6 @@ void FinishLoadSceneClientOnly() if (clientReadyConnection != null) { - OnClientConnect(); clientLoadedScene = true; clientReadyConnection = null; }