Fix the problem that the suggestion does not prevent starting the game

This commit is contained in:
Glavo
2022-01-27 11:35:56 +08:00
committed by Yuhui Huang
parent c8f1a10b8b
commit 530b632c46

View File

@@ -551,7 +551,7 @@ public final class LauncherHelper {
}
}
if (!future.isDone()) {
if (!suggested && !future.isDone()) {
future.complete(javaVersion);
}