This commit is contained in:
aozhiwei 2022-10-23 09:15:19 +08:00
parent 4e4419a47b
commit aa6c140048

View File

@ -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