This commit is contained in:
aozhiwei 2021-09-28 05:21:20 +00:00
parent a32062688d
commit d178e83899

View File

@ -26,6 +26,7 @@ void MatchMgr::_CMJoin(f8::MsgHdr& hdr, const cs::CMJoin& msg)
} }
{ {
cs::SMJoinedNotify notifymsg; cs::SMJoinedNotify notifymsg;
notifymsg.set_error_code(0);
GGListener::Instance()->SendToClient(hdr.socket_handle, 0, notifymsg); GGListener::Instance()->SendToClient(hdr.socket_handle, 0, notifymsg);
} }
{ {