Don't show players in solo part, even with /showothers

This commit is contained in:
def 2014-01-30 18:39:39 +01:00
parent 8d877973ee
commit 2f4820f9ae

View file

@ -950,7 +950,7 @@ void CCharacter::Snap(int SnappingClient)
return;
if( SnapPlayer->GetTeam() != TEAM_SPECTATORS && !SnapPlayer->m_Paused && SnapChar && !SnapChar->m_Super
&& !CanCollide(SnappingClient) && !SnapPlayer->m_ShowOthers)
&& !CanCollide(SnappingClient) && (!SnapPlayer->m_ShowOthers || Teams()->m_Core.GetSolo(SnappingClient) || Teams()->m_Core.GetSolo(GetPlayer()->GetCID())))
return;
if (m_Paused)