1
This commit is contained in:
parent
ca79b13b23
commit
27a7bdc6a6
@ -36,6 +36,11 @@ void MatchTeam::Init(f8::MsgHdr& hdr, const cs::CMJoin& msg)
|
||||
},
|
||||
&timer_attacher.timer_list_);
|
||||
AddRawMember(hdr, msg);
|
||||
{
|
||||
if (GetPredictMemberNum() < MAX_TEAM_NUM) {
|
||||
TryCombineTeam();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void MatchTeam::AddRawMember(f8::MsgHdr& hdr, const cs::CMJoin& msg)
|
||||
|
Loading…
x
Reference in New Issue
Block a user