summaryrefslogtreecommitdiff
path: root/2nw.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 /2nw.json
parentcdb42b7e36dc0b65a489fdf81c6dfb547d186564 (diff)
Correct order of teams/matches in 3rd phase
Diffstat (limited to '2nw.json')
-rw-r--r--2nw.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/2nw.json b/2nw.json
index 829e80d..c61d848 100644
--- a/2nw.json
+++ b/2nw.json
@@ -170,7 +170,7 @@
"round": 1,
"table": 1,
"teams": [
- {"winner": [1]},
+ {"place": [1]},
{"winner": [6, 7]}
]
},
@@ -180,7 +180,7 @@
"round": 1,
"table": 2,
"teams": [
- {"place": [1]},
+ {"winner": [1]},
{"winner": [6, 7]}
]
},