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