diff options
author | emkael <emkael@tlen.pl> | 2019-01-15 23:21:00 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2019-01-15 23:21:00 +0100 |
commit | c901f28ee984fbdd586b3a1c06acfede8703deeb (patch) | |
tree | 234120e777a28c2a14180a1d62ad693d630a3141 /1n.json | |
parent | 9c699c9a3e5c20804aff424a246ec8e295db46cd (diff) |
Updated match-up choices
Diffstat (limited to '1n.json')
-rw-r--r-- | 1n.json | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -122,18 +122,22 @@ "table": 8,
"teams": [
{"place": [14]},
- {"place": [15, 16]}
+ {"place": [15]}
],
- "loser": [15, 16]
+ "loser": [15, 16],
+ "score": [1.704, 0.0],
+ "running": 0
},
{
"id": 13,
"table": 7,
"teams": [
{"place": [13]},
- {"place": [15, 16]}
+ {"place": [16]}
],
- "loser": [15, 16]
+ "loser": [15, 16],
+ "score": [3.096, 0.0],
+ "running": 0
}
]
},
|