]> git.sesse.net Git - ultimatescore/commitdiff
Shuffle 3rd-5th-7th.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 28 Feb 2020 18:49:35 +0000 (19:49 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 28 Feb 2020 18:49:35 +0000 (19:49 +0100)
config.js

index e7ea9ecaf7a3780da5f59c39a9cb4ba4e1ea30e0..b120f1c114c5177761673920aff9349fe66ff8b6 100644 (file)
--- a/config.js
+++ b/config.js
@@ -71,9 +71,9 @@ var ultimateconfig = {
                [ 'B4',          'Z3',          0,     13,     'B4/Z3',       false,       'Playoffs 9th–13th' ],
                [ 'A4',          'C4',          1,     13,     'A4/C4',       false,       'Playoffs 9th–13th' ],
 
-               [ 'W L-semi 1',  'W L-semi 2',  0,     14,     '5th',         false,       'Match for 5th'      ],
-               [ 'L L-semi 1',  'L L-semi 2',  1,     14,     '7th',         false,       'Match for 7th'      ],
-               [ 'L semi 1',    'L semi 2',    1,     15,     '3rd',         false,       'Bronze final'       ],
+               [ 'W L-semi 1',  'W L-semi 2',  1,     14,     '5th',         false,       'Match for 5th'      ],
+               [ 'L L-semi 1',  'L L-semi 2',  1,     15,     '7th',         false,       'Match for 7th'      ],
+               [ 'L semi 1',    'L semi 2',    0,     14,     '3rd',         false,       'Bronze final'       ],
                [ 'W semi 1',    'W semi 2',    0,     16,     'Final',       false,       'Final'              ]
        ],
        'playoff_games_start_row': 19,