Add FB and Twitter links on main page. Only icons, no text for Discord + Github as...
[vchess.git] / client / src / variants / Doublemove2.js
index 080d13b..7f3f6ce 100644 (file)
@@ -79,7 +79,7 @@ export class Doublemove2Rules extends ChessRules {
     return moves;
   }
 
-  isAttacked(sq, color) {
+  isAttacked() {
     // Goal is king capture => no checks
     return false;
   }