diff options
author | emkael <emkael@tlen.pl> | 2019-01-19 14:10:08 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2019-01-19 14:10:08 +0100 |
commit | 66e33335f9222af71784f59d319d31924617286c (patch) | |
tree | cce1031f4bfd15a82fdea46fd94f5b82901a6a7d | |
parent | 42b366340f9d4dd53ceab1628e430f0d84b89352 (diff) |
Final opponent choices for first play-off phase
-rw-r--r-- | 2ne.json | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -58,16 +58,20 @@ "table": 1,
"teams": [
{"place": [1]},
- {"place": [3, 4]}
- ]
+ {"place": [3]}
+ ],
+ "score": [11.78, 0.0],
+ "running": 0
},
{
"id": 2,
"table": 2,
"teams": [
{"place": [2]},
- {"place": [3, 4]}
- ]
+ {"place": [4]}
+ ],
+ "score": [1.312, 0.0],
+ "running": 0
},
{
"id": 4,
|