Skip to content
This repository was archived by the owner on May 22, 2022. It is now read-only.

Commit 21a0456

Browse files
committed
@ornicar, please dont do that!
1 parent 442d26e commit 21a0456

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/chess_controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ var Bot = function ($) {
104104
if (i === movesMaded && movesArray[i].innerText !== '' && movesArray[i].innerText.indexOf('0') === -1) {
105105
movesMaded++;
106106
// b_console.log("Move: " + move);
107-
return movesArray[i].innerText.replace('O-O+', 'O-O'); // Sometimes it was happened
107+
return movesArray[i].innerText.replace('O-O+', 'O-O').replace('х', 'x'); // Sometimes it was happened
108108
}
109109
}
110110
}

0 commit comments

Comments
 (0)