diff --git a/Assets/Mirror/Runtime/NetworkManager.cs b/Assets/Mirror/Runtime/NetworkManager.cs index a01a85f77..65a3da6a4 100644 --- a/Assets/Mirror/Runtime/NetworkManager.cs +++ b/Assets/Mirror/Runtime/NetworkManager.cs @@ -658,6 +658,8 @@ public virtual void OnServerAddPlayer(NetworkConnection conn) public virtual void OnServerAddPlayer(NetworkConnection conn, AddPlayerMessage extraMessage) { + if (LogFilter.Debug) Debug.Log("NetworkManager.OnServerAddPlayer"); + if (playerPrefab == null) { Debug.LogError("The PlayerPrefab is empty on the NetworkManager. Please setup a PlayerPrefab object.");