We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87181c5 commit 715cdd0Copy full SHA for 715cdd0
api/abstractplay.ts
@@ -4356,7 +4356,7 @@ function applyMove(
4356
"sk": game.players[0].id + "#" + (moveNumber + 2 + autoMoves),
4357
"user": game.players[0].id,
4358
"game": game.id,
4359
- "move": (moveNumber + 1 + autoMoves),
+ "move": (moveNumber + 2 + autoMoves),
4360
"tree": JSON.stringify(explorations[0])
4361
}
4362
})));
@@ -4370,7 +4370,7 @@ function applyMove(
4370
"sk": game.players[1].id + "#" + (moveNumber + 2 + autoMoves),
4371
"user": game.players[1].id,
4372
4373
4374
"tree": JSON.stringify(explorations[1])
4375
4376
0 commit comments