From a8f78a4e154865ca477361e99c846aef12c2f6a0 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Fri, 28 Feb 2020 19:49:35 +0100 Subject: [PATCH] Shuffle 3rd-5th-7th. --- config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.js b/config.js index e7ea9ec..b120f1c 100644 --- 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, -- 2.39.2