Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

Commit

Permalink
Fix for "close" command #80
Browse files Browse the repository at this point in the history
  • Loading branch information
ilpersi committed Jun 22, 2019
1 parent e6a5e80 commit e576b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/MainThread.java
Original file line number Diff line number Diff line change
Expand Up @@ -2782,7 +2782,7 @@ else if (detectCue(cues.get("Expedition2")) != null) {
} // main while loop

BHBot.logger.info("Stopping main thread...");

closeBHWindow();
BHBot.logger.info("Main thread stopped.");
}

Expand Down

0 comments on commit e576b9c

Please sign in to comment.