This commit is contained in:
aozhiwei 2019-04-22 19:16:37 +08:00
parent 80e33a2341
commit 1d8d1ae91b

View File

@ -1031,6 +1031,7 @@ void Room::OutputDebugLog()
void Room::AutoMatchTeam()
{
#if 0
std::vector<Human*> humans;
for (auto& pair : human_hash_) {
if (pair.second->team_uuid.empty()) {
@ -1053,6 +1054,7 @@ void Room::AutoMatchTeam()
humans[i]->need_sync_active_player = true;
team_members->insert(humans[i]);
}
#endif
}
void Room::InitAirDrop()