forced push
This commit is contained in:
parent
514b5dce5e
commit
92f376cf2b
|
|
@ -81,7 +81,7 @@ public class Board {
|
|||
public void cleanBoard() {
|
||||
this.board = new Piece[width][height]; // should work ?
|
||||
//this.isTurnWhite = true;
|
||||
}
|
||||
} // test
|
||||
|
||||
public String toString() {
|
||||
StringBuilder sb = new StringBuilder();
|
||||
|
|
|
|||
Loading…
Reference in New Issue