diff options
author | emkael <emkael@tlen.pl> | 2018-01-27 22:15:37 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2018-01-27 22:15:37 +0100 |
commit | 4068f20ab413aa8519065356782a417d5b5ae148 (patch) | |
tree | 5c38ffd59d5bb0f17843c43c717c72d9b8a4a3b1 /2sw.json | |
parent | cdb42b7e36dc0b65a489fdf81c6dfb547d186564 (diff) |
Correct order of teams/matches in 3rd phase
Diffstat (limited to '2sw.json')
-rw-r--r-- | 2sw.json | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -168,7 +168,7 @@ "round": 1,
"table": 1,
"teams": [
- {"winner": [1]},
+ {"place": [1]},
{"winner": [6, 7]}
]
},
@@ -178,7 +178,7 @@ "round": 1,
"table": 2,
"teams": [
- {"place": [1]},
+ {"winner": [1]},
{"winner": [6, 7]}
]
},
|