diff --git a/server/gameserver/matchmgr.cc b/server/gameserver/matchmgr.cc index 2f2bc62..3d82353 100644 --- a/server/gameserver/matchmgr.cc +++ b/server/gameserver/matchmgr.cc @@ -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) {