text 不能邀请其他游戏玩家
This commit is contained in:
parent
f12ec0c353
commit
9349f9eba5
@ -255,7 +255,7 @@ void Player::_CMFriendApply(f8::MsgHdr& hdr, const cs::CMFriendApply& msg)
|
||||
if (f8::ExtractGameIdFromAccountId(AccountId()) !=
|
||||
f8::ExtractGameIdFromAccountId(msg.friend_id())) {
|
||||
respmsg.set_errcode(3);
|
||||
respmsg.set_errmsg("不能邀请其他游戏玩家");
|
||||
respmsg.set_errmsg(TEXT("cant_invite_other_game_player", "不能邀请其他游戏玩家"));
|
||||
SendMsg(respmsg);
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user