diff --git a/server/gameserver/room.cc b/server/gameserver/room.cc index b064005..024df7e 100644 --- a/server/gameserver/room.cc +++ b/server/gameserver/room.cc @@ -1031,6 +1031,7 @@ void Room::OutputDebugLog() void Room::AutoMatchTeam() { + #if 0 std::vector 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()