1
This commit is contained in:
parent
3c182c791d
commit
309092276d
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user