From 4068f20ab413aa8519065356782a417d5b5ae148 Mon Sep 17 00:00:00 2001 From: emkael Date: Sat, 27 Jan 2018 22:15:37 +0100 Subject: Correct order of teams/matches in 3rd phase --- 2ne.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '2ne.json') diff --git a/2ne.json b/2ne.json index c060a3f..afc291b 100644 --- a/2ne.json +++ b/2ne.json @@ -172,7 +172,7 @@ "round": 1, "table": 1, "teams": [ - {"winner": [1]}, + {"place": [1]}, {"winner": [6, 7]} ] }, @@ -182,7 +182,7 @@ "round": 1, "table": 2, "teams": [ - {"place": [1]}, + {"winner": [1]}, {"winner": [6, 7]} ] }, -- cgit v1.2.3