Fix the problem that the suggestion does not prevent starting the game
This commit is contained in:
@@ -551,7 +551,7 @@ public final class LauncherHelper {
|
||||
}
|
||||
}
|
||||
|
||||
if (!future.isDone()) {
|
||||
if (!suggested && !future.isDone()) {
|
||||
future.complete(javaVersion);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user