1
This commit is contained in:
commit
2dac82281f
@ -1843,6 +1843,9 @@ void Room::CombineTeam()
|
||||
if (!mt::Param::s().prebattle_combine_team) {
|
||||
return;
|
||||
}
|
||||
if (IsCustomBattle()) {
|
||||
return;
|
||||
}
|
||||
std::map<int, size_t> need_combine_teams;
|
||||
std::map<int, size_t> need_combine_teams_copy;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user