summaryrefslogtreecommitdiff
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
parentcdb42b7e36dc0b65a489fdf81c6dfb547d186564 (diff)
Correct order of teams/matches in 3rd phase
-rw-r--r--1n.json4
-rw-r--r--1s.json4
-rw-r--r--2ne.json4
-rw-r--r--2nw.json4
-rw-r--r--2se.json4
-rw-r--r--2sw.json4
6 files changed, 12 insertions, 12 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]}
]
},
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]}
]
},
diff --git a/2ne.json b/2ne.json
index c060a3f..afc291b 100644
--- a/2ne.json
+++ b/2ne.json
@@ -172,7 +172,7 @@
"round": 1,
"table": 1,
"teams": [
- {"winner": [1]},
+ {"place": [1]},
{"winner": [6, 7]}
]
},
@@ -182,7 +182,7 @@
"round": 1,
"table": 2,
"teams": [
- {"place": [1]},
+ {"winner": [1]},
{"winner": [6, 7]}
]
},
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]}
]
},
diff --git a/2se.json b/2se.json
index 5456f46..004a959 100644
--- a/2se.json
+++ b/2se.json
@@ -169,7 +169,7 @@
"round": 1,
"table": 1,
"teams": [
- {"winner": [1]},
+ {"place": [1]},
{"winner": [6, 7]}
]
},
@@ -179,7 +179,7 @@
"round": 1,
"table": 2,
"teams": [
- {"place": [1]},
+ {"winner": [1]},
{"winner": [6, 7]}
]
},
diff --git a/2sw.json b/2sw.json
index f93ef66..905d414 100644
--- a/2sw.json
+++ b/2sw.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]}
]
},