Fix detection of logs which fail to start mc process
This commit is contained in:
parent
20db2b4fde
commit
39186a1f67
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ fn looks_like_game_log(log: &str) -> bool {
|
||||||
|
|
||||||
trace!("Guessing whether log is Minecraft log");
|
trace!("Guessing whether log is Minecraft log");
|
||||||
|
|
||||||
if log.contains("Minecraft process ID: ") {
|
if log.contains("Prism Launcher version: ") || log.contains("Minecraft process ID: ") {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue