diff options
author | emkael <emkael@tlen.pl> | 2023-02-12 01:06:13 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2023-02-12 01:06:13 +0100 |
commit | cd9f93ccb117dd418b1b0dba1dd98afb6caa0d20 (patch) | |
tree | 8877798b027ddd556b4300ca9d32095e00bb006c /1s.jtpo | |
parent | 7e28dbd14e109dc7c0ae8061edd09d57f4568776 (diff) |
Opponent selections on 2nd phasebugreports-52-53
Diffstat (limited to '1s.jtpo')
-rw-r--r-- | 1s.jtpo | 20 |
1 files changed, 12 insertions, 8 deletions
@@ -280,12 +280,12 @@ "teams": [ { "winner": [ - 1 + 2 ] }, { "winner": [ - 2 + 1 ] } ], @@ -313,7 +313,8 @@ 5, 6 ], - "table": 2 + "table": 2, + "selected_teams": [-1, 0] }, { "id": 11, @@ -334,14 +335,15 @@ 5, 6 ], - "table": 3 + "table": 3, + "selected_teams": [-1, 1] }, { "id": 12, "teams": [ { "loser": [ - 5 + 6 ] }, { @@ -359,14 +361,15 @@ 13, 14 ], - "table": 4 + "table": 4, + "selected_teams": [-1, 1] }, { "id": 13, "teams": [ { "loser": [ - 6 + 5 ] }, { @@ -384,7 +387,8 @@ 13, 14 ], - "table": 5 + "table": 5, + "selected_teams": [-1, 0] } ] }, |