]> git.sesse.net Git - ultimatescore/blobdiff - update_sheets.js
Make the roster scripts executable.
[ultimatescore] / update_sheets.js
index edaed4d4a6dcf9be2f96116e750f467c411465f1..24381358ed52713cca0f129ef5ac424cccede69e 100644 (file)
@@ -394,6 +394,8 @@ function fill_playoff(all_teams, groups, replacements) {
                                        get_all_group_games(all_teams, groups, function(group_games) {
                                                // NOTE: filter_teams_by_group will be delayed by one cycle
                                                // after W P1 etc. becomes determined for the first time.
+                                               // Note that this requires the Groups sheet to pick out
+                                               // the right teams from the group matches in the Results sheet!
                                                let teams_l1 = filter_teams_by_group(all_teams, groups, 'Playoffs 9th–11th');
                                                let teams_l2 = filter_teams_by_group(all_teams, groups, 'Playoffs 12th–14th');
                                                publish_group_rank(teams_l1, group_games, 'Playoffs 9th–11th');