1
This commit is contained in:
parent
40bdddabf2
commit
0444971968
@ -384,6 +384,9 @@ void Player::_CMFriendAddBlack(f8::MsgHdr& hdr, const cs::CMFriendAddBlack& msg)
|
|||||||
}
|
}
|
||||||
ShowErrorMsg("成功添加到黑名单");
|
ShowErrorMsg("成功添加到黑名单");
|
||||||
} else {
|
} else {
|
||||||
|
if (msg.user_info().base_data().account_id().empty()) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
if (msg.user_info().base_data().account_id() == AccountId()) {
|
if (msg.user_info().base_data().account_id() == AccountId()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user