From 70d47c1d60f327a3828f6ab83b07192cc86a16c2 Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Fri, 27 Mar 2020 02:56:30 +0100
Subject: [PATCH] Disable analysis mode for Apocalypse

---
 client/src/variants/Apocalypse.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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() {
-- 
2.44.0