mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-03 03:46:58 +03:00
Small tweaks to make things better.
This commit is contained in:
parent
b4b6091372
commit
f8df07c327
6 changed files with 49 additions and 22 deletions
|
|
@ -113,6 +113,8 @@ MessageLevel::Enum MinecraftProcess::guessLevel(const QString &line, MessageLeve
|
|||
level = MessageLevel::Fatal;
|
||||
if (line.contains("[DEBUG]"))
|
||||
level = MessageLevel::Debug;
|
||||
if(line.contains("overwriting existing"))
|
||||
level = MessageLevel::Fatal;
|
||||
return level;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue