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 /2se.json | |
parent | 9c699c9a3e5c20804aff424a246ec8e295db46cd (diff) |
Updated match-up choices
Diffstat (limited to '2se.json')
-rw-r--r-- | 2se.json | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -58,16 +58,20 @@ "table": 1,
"teams": [
{"place": [1]},
- {"place": [3, 4]}
- ]
+ {"place": [4]}
+ ],
+ "score": [19.272, 0.0],
+ "running": 0
},
{
"id": 2,
"table": 2,
"teams": [
{"place": [2]},
- {"place": [3, 4]}
- ]
+ {"place": [3]}
+ ],
+ "score": [7.964, 0.0],
+ "running": 0
},
{
"id": 4,
|