text 已经是好友
This commit is contained in:
parent
41930005bc
commit
e94e898672
@ -242,7 +242,7 @@ void Player::_CMFriendApply(f8::MsgHdr& hdr, const cs::CMFriendApply& msg)
|
||||
}
|
||||
if (GetFriendById(msg.friend_id())) {
|
||||
respmsg.set_errcode(1);
|
||||
respmsg.set_errmsg("已经是好友");
|
||||
respmsg.set_errmsg(TEXT("already_has_friend", "已经是好友"));
|
||||
SendMsg(respmsg);
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user