Issue with multiplayer Spawns

I’m having an issue where occasionally my 2nd player (client) pawn doesn’t spawn in and the camera is at 0,0,0.

Default Pawn and Controller are setup properly. I set Number of Players to 2 in the Editor and hit Play. The client occasionally (1 out of 3 times) won’t spawn in and is not playable.

My level is a “default” level with 2 player starts added.

Nevermind. I solved it by overriding the ChoosePlayerStart function in the game mode to make sure it chooses a player start that isn’t used.