This commit is contained in:
aozhiwei 2020-12-11 19:20:22 +08:00
parent 67a13aefe4
commit b90f33c53e

View File

@ -631,6 +631,7 @@ void Player::_CMReadMsgAndOpenChatNotify(f8::MsgHdr& hdr, const cs::CMReadMsgAnd
void Player::_CMSetCurrPrivateChatTarget(f8::MsgHdr& hdr, const cs::CMSetCurrPrivateChatTarget& msg)
{
private_target = msg.private_target();
ChatMgr::Instance()->SyncPrivateChatMsg(this);
}
void Player::_CMCloseChatNotify(f8::MsgHdr& hdr, const cs::CMCloseChatNotify& msg)