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