summaryrefslogtreecommitdiff
path: root/1n.json
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2018-01-27 22:15:37 +0100
committeremkael <emkael@tlen.pl>2018-01-27 22:15:37 +0100
commit4068f20ab413aa8519065356782a417d5b5ae148 (patch)
tree5c38ffd59d5bb0f17843c43c717c72d9b8a4a3b1 /1n.json
parentcdb42b7e36dc0b65a489fdf81c6dfb547d186564 (diff)
Correct order of teams/matches in 3rd phase
Diffstat (limited to '1n.json')
-rw-r--r--1n.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/1n.json b/1n.json
index f9cc9c7..21115e1 100644
--- a/1n.json
+++ b/1n.json
@@ -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]}
]
},