diff --git a/server/gameserver/room.cc b/server/gameserver/room.cc index 4aa8e63c..d6705aaa 100644 --- a/server/gameserver/room.cc +++ b/server/gameserver/room.cc @@ -1667,6 +1667,9 @@ void Room::FillTeam() } } } + while (!free_team_list.empty()) { + + } } void Room::InitAirDrop()