X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fbase_rules.js;h=53001f6373a279f9272876b7e36f09be9746ad8a;hp=ec949fcc729fb0a8b5f4348cdca0ef2e215fb114;hb=294fe29f8da44f47df48a21b17f4822ecf821890;hpb=1be09254408b05e3c1dd43b34e4c06cebd50af72 diff --git a/client/src/base_rules.js b/client/src/base_rules.js index ec949fcc..53001f63 100644 --- a/client/src/base_rules.js +++ b/client/src/base_rules.js @@ -807,6 +807,7 @@ export const ChessRules = class ChessRules { this.getEnpassantCaptures([x, y], pawnShiftX) ); } + return pMoves; }