Skip to content

Commit

Permalink
fix for #14116
Browse files Browse the repository at this point in the history
  • Loading branch information
ross39 committed Dec 19, 2023
1 parent c258df6 commit ac894e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/analyse/src/practice/practiceCtrl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ export function make(root: AnalyseCtrl, playableDepth: () => number): PracticeCt
if ((root.data.game.variant.key === 'racingKings') && (root.data.game.player === 'black')) {
return root.turnColor() !== root.bottomColor();
}
console.log("computer plays black");
return root.turnColor() === root.bottomColor();
}

Expand Down

0 comments on commit ac894e2

Please sign in to comment.