This commit is contained in:
aozhiwei 2023-03-16 18:32:01 +08:00
parent 851b55ae1f
commit 15eed5156f

View File

@ -1667,6 +1667,9 @@ void Room::FillTeam()
} }
} }
} }
while (!free_team_list.empty()) {
}
} }
void Room::InitAirDrop() void Room::InitAirDrop()