This commit is contained in:
aozhiwei 2019-08-30 23:32:58 +08:00
parent 5ab01219d9
commit 5af7000b0f

View File

@ -1206,6 +1206,9 @@ void Room::CombineTeam()
break;
}
}
}//end for
if (combine_ok) {
break;
}
}
} while (combine_ok);