Adjust auto play selection.
This commit is contained in:
parent
87693291f3
commit
d7d7d019f3
@ -1085,7 +1085,7 @@ const INTERFACE = {
|
||||
// Select random from ties.
|
||||
let selection = 0;
|
||||
for(let i = 1; i < moves.length; ++i) {
|
||||
if(moves[i].score + 10 >= moves[i-1].score) {
|
||||
if(moves[i].score + 6 >= moves[i-1].score) {
|
||||
selection++;
|
||||
} else {
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user