1
This commit is contained in:
parent
455441a208
commit
cb7352480a
@ -1473,8 +1473,7 @@ void Room::MatchTeam(Human* hum)
|
||||
|
||||
void Room::CombineTeam()
|
||||
{
|
||||
return;
|
||||
if (mt::Param::s().prebattle_combine_team) {
|
||||
if (!mt::Param::s().prebattle_combine_team) {
|
||||
return;
|
||||
}
|
||||
std::map<int, size_t> need_combine_teams;
|
||||
|
Loading…
x
Reference in New Issue
Block a user