This commit is contained in:
romca 2025-05-23 22:59:26 +02:00
parent 5f02aeed3e
commit 5a3791b852
2 changed files with 3 additions and 0 deletions

View File

@ -399,4 +399,7 @@ public class Board {
sound.cleanup();
}
}
public boolean canCaptureEnPassant(int x, int y) {
return false;
}
}