Finish the test pls

This commit is contained in:
gwitt 2025-05-16 10:04:26 +02:00
parent 63ef2ce24c
commit f7eb7f519e
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ public class Board {
this.y=-1;
this.turnNumber +=1;
castlingDone=true;
}
}//TEST
else {//that means we are dealing with the right rooks for castling
if (pieces.get(whatPiece(x,y)).isWhite()==true){