X-Git-Url: https://git.auder.net/img/rock_paper_scissors_lizard_spock.gif?a=blobdiff_plain;f=client%2Fsrc%2Fvariants%2FCapture.js;h=413356dd1df7cb51b0f076e8b568d83c6e70e7dc;hb=2f9fcef3eb606c6389249c35393265de7d8f392f;hp=d7cc57e5f0576b107ef6a1544012fdafc760cbe1;hpb=a34caaced0796c9118a12c609463582d656e9daf;p=vchess.git diff --git a/client/src/variants/Capture.js b/client/src/variants/Capture.js index d7cc57e5..413356dd 100644 --- a/client/src/variants/Capture.js +++ b/client/src/variants/Capture.js @@ -40,8 +40,4 @@ export class CaptureRules extends ChessRules { return V.KeepCaptures(moves); return moves; } - - static get SEARCH_DEPTH() { - return 4; - } };