Skip to content

Commit

Permalink
this will be RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
fohristiwhirl committed May 3, 2020
1 parent 5bd5989 commit 90dbc22
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions 80_info.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
"use strict";

let draw_skips = 0;

function NewInfoHandler() {

let ih = Object.create(null);
Expand Down Expand Up @@ -406,7 +404,6 @@ function NewInfoHandler() {
if (highlight_move === this.last_drawn_highlight_move) {
if (highlight_class === this.last_drawn_highlight_class) {
if (CompareArrays(searchmoves, this.last_drawn_searchmoves)) {
draw_skips++;
return;
}
}
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Nibbler",
"version": "1.2.6-dev",
"version": "1.2.6-rc2",
"author": "Fohristiwhirl",
"description": "Leela Chess Zero (Lc0) interface",
"license": "GPL-3.0",
Expand Down

0 comments on commit 90dbc22

Please sign in to comment.