diff options
author | emkael <emkael@tlen.pl> | 2018-01-27 12:53:48 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2018-01-27 12:53:48 +0100 |
commit | 52c2709e9d756b102f6d5a94c38821420af2fd95 (patch) | |
tree | 0f3860c0be6d48d22700653634af4b91f30c02eb | |
parent | 5c3e4e293ae280f0b587405af21646e924808f91 (diff) |
Score for previously played match in 2NW
-rw-r--r-- | 2nw.json | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -39,7 +39,8 @@ "teams": [
{"place": [2]},
{"place": [3]}
- ]
+ ],
+ "score": [0, 0.1]
},
{
"id": 2,
|