1
This commit is contained in:
parent
4e4419a47b
commit
aa6c140048
@ -480,9 +480,7 @@ bool MatchTeam::CanCombine(MatchTeam* b)
|
||||
return false;
|
||||
}
|
||||
#if 1
|
||||
|
||||
#else
|
||||
if (GetPredictMemberNum() + b->GetPredictMemberNum() > MAX_TEAM_NUM) {
|
||||
if (GetEmptySlotNum() + b->GetInitMemberNum() > GetSlotNum()) {
|
||||
#ifdef DEBUG
|
||||
a8::XPrintf("CanCombine 9\n", {});
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user