1
This commit is contained in:
parent
3c77e04f00
commit
06c4cfe198
@ -1379,11 +1379,9 @@ void Room::MatchTeam(Human* hum)
|
||||
|
||||
void Room::CombineTeam()
|
||||
{
|
||||
#if 0
|
||||
if (MetaMgr::Instance()->prebattle_combine_team) {
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
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