Set and send solo status on servers with sv_solo_server and sv_team 3

This commit is contained in:
trml 2019-06-13 17:23:23 +02:00
parent f8ba394c5d
commit fbf5edfdcb

View file

@ -583,6 +583,7 @@ void CPlayer::TryRespawn()
NewTeam = 0;
Controller->m_Teams.SetForceCharacterTeam(GetCID(), NewTeam);
m_pCharacter->SetSolo(true);
}
}