1
This commit is contained in:
parent
80e33a2341
commit
1d8d1ae91b
@ -1031,6 +1031,7 @@ void Room::OutputDebugLog()
|
|||||||
|
|
||||||
void Room::AutoMatchTeam()
|
void Room::AutoMatchTeam()
|
||||||
{
|
{
|
||||||
|
#if 0
|
||||||
std::vector<Human*> humans;
|
std::vector<Human*> humans;
|
||||||
for (auto& pair : human_hash_) {
|
for (auto& pair : human_hash_) {
|
||||||
if (pair.second->team_uuid.empty()) {
|
if (pair.second->team_uuid.empty()) {
|
||||||
@ -1053,6 +1054,7 @@ void Room::AutoMatchTeam()
|
|||||||
humans[i]->need_sync_active_player = true;
|
humans[i]->need_sync_active_player = true;
|
||||||
team_members->insert(humans[i]);
|
team_members->insert(humans[i]);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void Room::InitAirDrop()
|
void Room::InitAirDrop()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user