1
This commit is contained in:
parent
aa6c140048
commit
4f13bb2f61
@ -479,14 +479,12 @@ bool MatchTeam::CanCombine(MatchTeam* b)
|
||||
#endif
|
||||
return false;
|
||||
}
|
||||
#if 1
|
||||
if (GetEmptySlotNum() + b->GetInitMemberNum() > GetSlotNum()) {
|
||||
#ifdef DEBUG
|
||||
a8::XPrintf("CanCombine 9\n", {});
|
||||
#endif
|
||||
return false;
|
||||
}
|
||||
#endif
|
||||
if (combined_team_hash_.find(b->GetTeamUUid()) != combined_team_hash_.end()) {
|
||||
#ifdef DEBUG
|
||||
a8::XPrintf("CanCombine 10\n", {});
|
||||
|
Loading…
x
Reference in New Issue
Block a user