1
This commit is contained in:
parent
b2acd43657
commit
3fce6420fb
@ -731,6 +731,14 @@ void Player::InternalSendSSMsg(const Friend& friend_data,
|
|||||||
if (conn) {
|
if (conn) {
|
||||||
conn->SendMsg(msgid, msg);
|
conn->SendMsg(msgid, msg);
|
||||||
}
|
}
|
||||||
|
#if 1
|
||||||
|
{
|
||||||
|
Player* hum = PlayerMgr::Instance()->GetPlayerByAccountId(friend_data.base_data.account_id);
|
||||||
|
if (hum) {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void Player::AddFriend(Friend* p)
|
void Player::AddFriend(Friend* p)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user