Glitch fix
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/uni@13557 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
2ee5a1b188
commit
f9f4047155
@ -535,6 +535,7 @@ namespace Online{
|
||||
if (now_online)
|
||||
{
|
||||
relation_info->setOnline(true);
|
||||
profile->setFriend();
|
||||
to_notify.push_back(profile->getUserName());
|
||||
}
|
||||
}
|
||||
|
@ -48,6 +48,7 @@ namespace Online{
|
||||
void Profile::RelationInfo::setOnline(bool online)
|
||||
{
|
||||
m_is_online = online;
|
||||
if(m_is_online)
|
||||
m_is_pending = false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user