diff options
author | emkael <emkael@tlen.pl> | 2019-01-17 21:57:11 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2019-01-17 21:57:11 +0100 |
commit | 42b366340f9d4dd53ceab1628e430f0d84b89352 (patch) | |
tree | 0659db2b91abc0f4bff007946bffd41a06bcb7cb /2nw.json | |
parent | c901f28ee984fbdd586b3a1c06acfede8703deeb (diff) |
New opponent choices, alomst all now
Diffstat (limited to '2nw.json')
-rw-r--r-- | 2nw.json | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -58,16 +58,20 @@ "table": 1,
"teams": [
{"place": [1]},
- {"place": [3, 4]}
- ]
+ {"place": [4]}
+ ],
+ "score": [20.304, 0.0],
+ "running": 0
},
{
"id": 2,
"table": 2,
"teams": [
{"place": [2]},
- {"place": [3, 4]}
- ]
+ {"place": [3]}
+ ],
+ "score": [4.968, 0.0],
+ "running": 0
},
{
"id": 4,
|