X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fvariants%2FApocalypse.js;h=5774d3737d922f96cb709cd9ee8c6ecf2711e09b;hb=70d47c1d60f327a3828f6ab83b07192cc86a16c2;hp=031f22cc6e844bbca15a9e69f9483b81d24f3c38;hpb=3156613271c18b44a60c07cf31350c09806e7522;p=vchess.git 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() {