diff options
author | MichaĆ Zimniewicz <michzimny@users.noreply.github.com> | 2018-02-24 20:54:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-24 20:54:35 +0100 |
commit | fd283b017efa2833dcb2f0e78deff215a259e4ac (patch) | |
tree | 3b1dd492ecba2efa9cc1bfd9d4053d8017136817 | |
parent | b8df14d5f780b06bd5152f459f982157fea359cc (diff) |
Update 2nw.json
-rw-r--r-- | 2nw.json | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -179,7 +179,8 @@ {"winner": [13]}
],
"winner": [1],
- "loser": [2]
+ "loser": [2],
+ "score": {"2": 0, "4": 1}
},
{
"id": 17,
@@ -188,7 +189,8 @@ {"loser": [13]}
],
"winner": [3],
- "loser": [4]
+ "loser": [4],
+ "score": {"1": 1, "3": 0}
}
]
}
|