Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiraoka committed Sep 1, 2021
2 parents 2ffc736 + e38b2c0 commit 406fd88
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/featurecat/lizzie/analysis/EngineManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,9 @@ public void refresh() throws JSONException, IOException {
i -> {
String cmd = m.optString(i);
int index = i + 1;
while (engineList.size() < index + 1) {
engineList.add(null);
}
if (index != currentEngineNo) {
updateEngine(
index,
Expand Down

0 comments on commit 406fd88

Please sign in to comment.