text 您的好友数已达到上限
This commit is contained in:
parent
aa163e5c10
commit
452e9b11d4
@ -395,7 +395,7 @@ void Player::_CMFriendAgree(f8::MsgHdr& hdr, const cs::CMFriendAgree& msg)
|
|||||||
}
|
}
|
||||||
if (!CanAddFriend(msg.apply().base_data().account_id())) {
|
if (!CanAddFriend(msg.apply().base_data().account_id())) {
|
||||||
respmsg.set_errcode(3);
|
respmsg.set_errcode(3);
|
||||||
respmsg.set_errmsg("您的好友数已达到上限");
|
respmsg.set_errmsg(TEXT("friend_member_upper_limit", "您的好友数已达到上限"));
|
||||||
SendMsg(respmsg);
|
SendMsg(respmsg);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user