Bug fixes
[vchess.git] / client / src / variants / Allmate2.js
index fe5e98c..828e459 100644 (file)
@@ -288,7 +288,7 @@ export const VariantRules = class Allmate2Rules extends ChessRules {
   }
 
   static get SEARCH_DEPTH() {
-    return 2;
+    return 1;
   }
 
   getNotation(move) {