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/assets/bundles/framework/images/css/%7B%7B%20path%28%27fos_user_change_password%27%29%20%7D%7D?a=commitdiff_plain;h=70d47c1d60f327a3828f6ab83b07192cc86a16c2;p=vchess.git 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() {