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