Merge branch 'master' of
https://gitarero.ecam.fr/mathys.balme/OOP_1B6_Project.git
This commit is contained in:
parent
b2a57c85ec
commit
adb389ddc1
|
|
@ -116,7 +116,6 @@ public class Board {
|
||||||
// Make black pieces in lowercase
|
// Make black pieces in lowercase
|
||||||
if (!piece.isWhite()) {
|
if (!piece.isWhite()) {
|
||||||
pieceChar = pieceChar.toLowerCase();
|
pieceChar = pieceChar.toLowerCase();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
str.append(pieceChar).append(" "); // gives structure to the output
|
str.append(pieceChar).append(" "); // gives structure to the output
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue