From 309092276dbdfa2a4ef52b620dd94abb9fcf81e8 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 28 Sep 2021 05:16:00 +0000 Subject: [PATCH] 1 --- server/gameserver/matchmgr.cc | 4 ++++ 1 file changed, 4 insertions(+) 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) {