Disable analysis mode for Apocalypse
[vchess.git] / client / src / variants / Apocalypse.js
index 031f22c..5774d37 100644 (file)
@@ -22,7 +22,7 @@ export class ApocalypseRules extends ChessRules {
   }
 
   static get CanAnalyze() {
-    return true; //false;
+    return false;
   }
 
   static get ShowMoves() {