diff options
author | emkael <emkael@tlen.pl> | 2019-01-12 13:01:52 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2019-01-12 13:01:52 +0100 |
commit | 9c699c9a3e5c20804aff424a246ec8e295db46cd (patch) | |
tree | 9a1241990de20c367415768b0d8a481f022a8bba /2sw.json | |
parent | 498a64b7463a560d68dc9b99993db22c0e5c4d08 (diff) |
Carry-over for known matches
Diffstat (limited to '2sw.json')
-rw-r--r-- | 2sw.json | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -59,7 +59,9 @@ "teams": [
{"place": [1]},
{"place": [4]}
- ]
+ ],
+ "score": [6.7, 0.0],
+ "running": 0
},
{
"id": 2,
@@ -67,7 +69,9 @@ "teams": [
{"place": [2]},
{"place": [3]}
- ]
+ ],
+ "score": [2.008, 0.0],
+ "running": 0
},
{
"id": 4,
|