text 已经是好友

This commit is contained in:
aozhiwei 2020-12-24 11:21:11 +08:00
parent 41930005bc
commit e94e898672

View File

@ -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;
}