修复中手队伍问题

This commit is contained in:
aozhiwei 2020-05-26 21:28:15 +08:00
parent f593386448
commit 406989b7d0

View File

@ -1083,6 +1083,9 @@ void Room::CombineTeam()
break;
}
}
if (room_type == RT_MidBrid) {
first_team_num = 4;
}
need_combine_teams_copy = need_combine_teams;
int try_count = 0;