fix: not stop waiting for launching game 1.15

This commit is contained in:
huanghongxun 2019-12-18 17:26:59 +08:00
parent 076733e6ce
commit d859eeeb19

View File

@ -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();
} }