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