fixxed color

This commit is contained in:
lrave 2025-04-10 11:53:09 +02:00
parent 486a604375
commit b5b0c1c186
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ public class Piece {
}
public boolean isWhite() {
return false;
return pieceColor;
}
}