From 90dbc2280ae80c22b414d468a90aed6fa07794d2 Mon Sep 17 00:00:00 2001 From: fohristiwhirl Date: Sun, 3 May 2020 13:58:53 +0100 Subject: [PATCH] this will be RC2 --- 80_info.js | 3 --- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/80_info.js b/80_info.js index 45c2f936..4279432d 100644 --- a/80_info.js +++ b/80_info.js @@ -1,7 +1,5 @@ "use strict"; -let draw_skips = 0; - function NewInfoHandler() { let ih = Object.create(null); @@ -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; } } diff --git a/package-lock.json b/package-lock.json index b12f5508..94be9d24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { "name": "Nibbler", - "version": "1.2.6-dev", + "version": "1.2.6-rc2", "lockfileVersion": 1 } diff --git a/package.json b/package.json index 7dc2de17..afe30d49 100644 --- a/package.json +++ b/package.json @@ -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",