1
This commit is contained in:
parent
80e33a2341
commit
1d8d1ae91b
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user