Fix Antiking
[xogo.git] / variants / Allmate / class.js
index 8d31649..5b237c0 100644 (file)
@@ -82,7 +82,7 @@ export default class AllmateRules extends ChessRules {
     return true;
   }
 
-  underCheck([x, y], oppCol) {
+  underCheck() {
     return false; //not relevant here
   }