We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20df352 commit 7bf1029Copy full SHA for 7bf1029
src/main/java/bwapi/BWClient.java
@@ -46,6 +46,6 @@ public void startGame(boolean autoContinue) {
46
client.reconnect();
47
}
48
49
- } while (autoContinue);
+ } while (autoContinue); // lgtm [java/constant-loop-condition]
50
51
0 commit comments