summaryrefslogtreecommitdiff
path: root/1s.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 /1s.json
parentcdb42b7e36dc0b65a489fdf81c6dfb547d186564 (diff)
Correct order of teams/matches in 3rd phase
Diffstat (limited to '1s.json')
-rw-r--r--1s.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/1s.json b/1s.json
index 13077dc..400acc3 100644
--- a/1s.json
+++ b/1s.json
@@ -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]}
]
},