1
This commit is contained in:
parent
1bad5e4bbf
commit
b0aed04798
@ -292,11 +292,11 @@ void MatchTeam::UpdateMaster()
|
||||
case kMatchCombining:
|
||||
{
|
||||
if (IsShuaRobotTime()) {
|
||||
if (curr_member_hash_.size() < GetSlotNum()) {
|
||||
if (HaveEmptySlot()) {
|
||||
ShuaRobot();
|
||||
}
|
||||
} else {
|
||||
if (GetPredictMemberNum() < GetSlotNum()) {
|
||||
if (HaveEmptySlot()) {
|
||||
TryCombineTeam();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user