X-Git-Url: https://git.auder.net/img/rock_paper_scissors_lizard_spock.gif?a=blobdiff_plain;f=client%2Fsrc%2Fvariants%2FBall.js;h=e4a0b2fa3aa729f623e82c8a0dee3bca5c71fa55;hb=6c7cbfedc6ecf2b49f6b1e27a174039e92a36365;hp=e3c8e5ec40fd27b33ea59f6f406fd270f44e1cd7;hpb=6f252ccbf794acae91aa51e45244fd2696d9b4cf;p=vchess.git diff --git a/client/src/variants/Ball.js b/client/src/variants/Ball.js index e3c8e5ec..e4a0b2fa 100644 --- a/client/src/variants/Ball.js +++ b/client/src/variants/Ball.js @@ -126,7 +126,7 @@ export class BallRules extends ChessRules { ); } - getCheckSquares(color) { + getCheckSquares() { return []; }