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 /1s.json | |
parent | cdb42b7e36dc0b65a489fdf81c6dfb547d186564 (diff) |
Correct order of teams/matches in 3rd phase
Diffstat (limited to '1s.json')
-rw-r--r-- | 1s.json | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -153,7 +153,7 @@ "round": 1,
"table": 1,
"teams": [
- {"winner": [1]},
+ {"place": [1]},
{"winner": [6, 7]}
]
},
@@ -163,7 +163,7 @@ "round": 1,
"table": 1,
"teams": [
- {"place": [1]},
+ {"winner": [1]},
{"winner": [6, 7]}
]
},
|