This commit is contained in:
aozhiwei 2021-09-28 05:16:00 +00:00
parent 3c182c791d
commit 309092276d

View File

@ -24,6 +24,10 @@ void MatchMgr::_CMJoin(f8::MsgHdr& hdr, const cs::CMJoin& msg)
cs::SMShowTeamUI notifymsg;
GGListener::Instance()->SendToClient(hdr.socket_handle, 0, notifymsg);
}
{
cs::SMJoinedNotify notifymsg;
GGListener::Instance()->SendToClient(hdr.socket_handle, 0, notifymsg);
}
{
MatchTeam* team = GetTeam(msg.account_id());
if (!team) {