Skip to content

Commit

Permalink
Merge #759
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiraoka committed Sep 28, 2020
2 parents fdc1ff2 + 22685a7 commit 013e796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/featurecat/lizzie/analysis/Leelaz.java
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ public List<MoveData> parseInfoKatago(String line) {
*/
private void parseLine(String line) {
synchronized (this) {
if (printCommunication || gtpConsole) {
if (printCommunication || gtpConsole || !isLoaded) {
Lizzie.gtpConsole.addLine(line);
}
if (line.startsWith("komi=")) {
Expand Down

0 comments on commit 013e796

Please sign in to comment.