From: Benjamin Auder Date: Fri, 27 Mar 2020 01:56:30 +0000 (+0100) Subject: Disable analysis mode for Apocalypse X-Git-Url: https://git.auder.net/?p=vchess.git;a=commitdiff_plain;h=70d47c1d60f327a3828f6ab83b07192cc86a16c2 Disable analysis mode for Apocalypse --- diff --git a/client/src/variants/Apocalypse.js b/client/src/variants/Apocalypse.js index 031f22cc..5774d373 100644 --- a/client/src/variants/Apocalypse.js +++ b/client/src/variants/Apocalypse.js @@ -22,7 +22,7 @@ export class ApocalypseRules extends ChessRules { } static get CanAnalyze() { - return true; //false; + return false; } static get ShowMoves() {