Bug in the line 4585 When obtain window.teams_data, i have only 2 teams but the while obtain all the slots, so, when the while is on the 3rd team can't obtain any girl and crash when set teamsDict[id_team].girls
i added teamsData[i].id_team != null in the while, because only the teams with girls have the id_team
sorry if my english is hard to understand, is not my main language
Bug in the line 4585
When obtain window.teams_data, i have only 2 teams
but the while obtain all the slots, so, when the while is on the 3rd team
can't obtain any girl and crash when set teamsDict[id_team].girls
i added teamsData[i].id_team != null in the while, because only the teams with girls
have the id_team
sorry if my english is hard to understand, is not my main language