UGameInstance::StartRecordingReplay spawns new player?

Hi,
Currently i am confused. I call UGameInstance::StartRecordingReplay in GameMode::BeginPlay to record. However in my MultiplayerSession, i suddenly see an additional player without a name. Is this normal? How do i handle this properly?

Greetings