Disallow analyse mode for Synchrone variant
[vchess.git] / client / src / variants / Synchrone.js
index 70afa0e..0792901 100644 (file)
@@ -3,7 +3,7 @@ import { randInt } from "@/utils/alea";
 
 export class SynchroneRules extends ChessRules {
   static get CanAnalyze() {
-    return true; //false;
+    return false;
   }
 
   static get ShowMoves() {