]> git.sesse.net Git - ultimatescore/commitdiff
Fix playoffs
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 19 Oct 2019 12:04:53 +0000 (14:04 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 19 Oct 2019 12:04:53 +0000 (14:04 +0200)
config.js

index c8c1c9c1568db2ec659903adef014c7fec4ed6d0..2985a887690701c3bc96629d70f5e0d777449bf9 100644 (file)
--- a/config.js
+++ b/config.js
@@ -23,17 +23,19 @@ var ultimateconfig = {
        'playoff_games': [
                // Teams                        Field   Row    Match name     Mark name    Group name
                [ 'X5',          'Y5',          0,      0,     'X5/Y5',       false,       'Playoffs 13th–15th' ],
        'playoff_games': [
                // Teams                        Field   Row    Match name     Mark name    Group name
                [ 'X5',          'Y5',          0,      0,     'X5/Y5',       false,       'Playoffs 13th–15th' ],
-               [ 'X1',          'Y2',          1,      0,     'X1/Y2',       false,       'Quarterfinals'      ],
-               [ 'X2',          'Y3',          0,      1,     'X2/Y3',       false,       'Quarterfinals'      ],
-               [ 'Y1',          'X2',          1,      1,     'Y1/X2',       false,       'Quarterfinals'      ],
-               [ 'Z1',          'X3',          2,      1,     'Z1/X3',       false,       'Quarterfinals'      ],
+
+               [ 'X1',          'Y2',          1,      0,     'X1/Y2',       false,       'Quarterfinals'      ],  // s1
+               [ 'X2',          'Y3',          0,      1,     'X2/Y3',       false,       'Quarterfinals'      ],  // s3
+               [ 'Y1',          'Z2',          1,      1,     'Y1/Z2',       false,       'Quarterfinals'      ],  // s4
+               [ 'Z1',          'X3',          2,      1,     'Z1/X3',       false,       'Quarterfinals'      ],  // s2
+
                [ 'X4',          'Z3',          0,      2,     'X4/Z3',       false,       'Playoffs 9th–12th'  ],
                [ 'X5',          'Z5',          1,      2,     'X5/Z5',       false,       'Playoffs 13th–15th' ],
                [ 'Y3',          'Z3',          2,      2,     'Y3/Z3',       false,       'Playoffs 9th–12th'  ],
                [ 'X4',          'Z3',          0,      2,     'X4/Z3',       false,       'Playoffs 9th–12th'  ],
                [ 'X5',          'Z5',          1,      2,     'X5/Z5',       false,       'Playoffs 13th–15th' ],
                [ 'Y3',          'Z3',          2,      2,     'Y3/Z3',       false,       'Playoffs 9th–12th'  ],
-               [ 'W X1/Y2',     'W Z1/X3',     0,      3,     'Semi 1',      true,        'Semifinals'         ],
+               [ 'W X1/Y2',     'W Z1/X3',     0,      3,     'Semi 1',      true,        'Semifinals'         ],  //
                [ 'L X1/Y2',     'L Z1/X3',     1,      3,     'L-semi 1',    true,        'Playoffs 5th–8th'   ],
                [ 'L X1/Y2',     'L Z1/X3',     1,      3,     'L-semi 1',    true,        'Playoffs 5th–8th'   ],
-               [ 'W X2/Y3',     'W Y2/X2',     0,      4,     'Semi 2',      true,        'Semifinals'         ],
-               [ 'L X2/Y3',     'L Y2/X2',     1,      4,     'L-semi 2',    true,        'Playoffs 5th–8th'   ],
+               [ 'W X2/Y3',     'W Y1/Z2',     0,      4,     'Semi 2',      true,        'Semifinals'         ],
+               [ 'L X2/Y3',     'L Y1/Z2',     1,      4,     'L-semi 2',    true,        'Playoffs 5th–8th'   ],
                [ 'Y5',          'Z5',          2,      4,     'Y5/Z5',       false,       'Playoffs 13th–15th' ],
                [ 'W X4/Z3',     'W Y3/Z3',     0,      5,     '9th',         true,        'Match for 9th'      ],
                [ 'L X4/Z3',     'L Y3/Z3',     1,      5,     '11th',        true,        'Match for 11th'     ],
                [ 'Y5',          'Z5',          2,      4,     'Y5/Z5',       false,       'Playoffs 13th–15th' ],
                [ 'W X4/Z3',     'W Y3/Z3',     0,      5,     '9th',         true,        'Match for 9th'      ],
                [ 'L X4/Z3',     'L Y3/Z3',     1,      5,     '11th',        true,        'Match for 11th'     ],