Better Ball rules. Buggish but almost OK Synchrone variant
[vchess.git] / client / src / variants / Twokings.js
index ce30d65..68910e7 100644 (file)
@@ -34,7 +34,7 @@ export class TwokingsRules extends CoregalRules {
   }
 
   // Not scanning king positions. In this variant, scan the board everytime.
-  scanKings(fen) {}
+  scanKings() {}
 
   getCheckSquares(color) {
     let squares = [];