From d8a7869b3329d462c35fa6e08db810536f5ff31d Mon Sep 17 00:00:00 2001 From: DHTMLGoodies Date: Mon, 30 Jan 2017 18:13:12 +0100 Subject: [PATCH] Implemented Stockfish JS engine --- CHESS_JSON.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHESS_JSON.php b/CHESS_JSON.php index 70ad476..d38a5de 100755 --- a/CHESS_JSON.php +++ b/CHESS_JSON.php @@ -7,7 +7,7 @@ class CHESS_JSON { const MOVE_NOTATION = 'm'; const FEN = 'fen'; const MOVE_COMMENT = 'comment'; - const MOVE_CLOCK = 'clock'; + const MOVE_CLOCK = 'clk'; const MOVE_ACTION = 'action'; const MOVE_VARIATIONS = 'variations'; const MOVE_MOVES = 'moves';