mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-19 08:46:09 -04:00
fix: not stop waiting for launching game 1.15
This commit is contained in:
parent
076733e6ce
commit
d859eeeb19
@ -544,7 +544,7 @@ public final class LauncherHelper {
|
|||||||
Platform.runLater(() -> logWindow.logLine(log, level));
|
Platform.runLater(() -> logWindow.logLine(log, level));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!lwjgl && (log.contains("LWJGL Version: ") || !detectWindow)) {
|
if (!lwjgl && (log.toLowerCase().contains("lwjgl version") || !detectWindow)) {
|
||||||
lwjgl = true;
|
lwjgl = true;
|
||||||
finishLaunch();
|
finishLaunch();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user