fixed that player friends are marked as online in the friends list if they match a clan friend

This commit is contained in:
oy 2011-07-05 23:23:33 +02:00
parent ac9c3b8f7f
commit 20fbe2f92c

View file

@ -252,7 +252,8 @@ void CMenus::RenderServerbrowserServerList(CUIRect View)
(!m_lFriends[f].m_pFriendInfo->m_aName[0] || NameHash == m_lFriends[f].m_pFriendInfo->m_NameHash))
{
m_lFriends[f].m_NumFound++;
break;
if(m_lFriends[f].m_pFriendInfo->m_aName[0])
break;
}
}
}