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("成功添加到黑名单");
|
||||
} else {
|
||||
if (msg.user_info().base_data().account_id().empty()) {
|
||||
return;
|
||||
}
|
||||
if (msg.user_info().base_data().account_id() == AccountId()) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user