text 不能添加自己
This commit is contained in:
parent
26e98151d4
commit
aa163e5c10
@ -389,7 +389,7 @@ void Player::_CMFriendAgree(f8::MsgHdr& hdr, const cs::CMFriendAgree& msg)
|
|||||||
}
|
}
|
||||||
if (msg.apply().base_data().account_id() == AccountId()) {
|
if (msg.apply().base_data().account_id() == AccountId()) {
|
||||||
respmsg.set_errcode(2);
|
respmsg.set_errcode(2);
|
||||||
respmsg.set_errmsg("不能添加自己");
|
respmsg.set_errmsg(TEXT("cant_add_self", "不能添加自己"));
|
||||||
SendMsg(respmsg);
|
SendMsg(respmsg);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user