void SpawnClientPlayer(int playerNum) { Debug.Log("Spawning client with playerNum " + playerNum); playerManager.ActivatePlayer(1, playerNum); }