mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-03 03:46:58 +03:00
Merge branch 'pullrequest2' of https://github.com/p-schneider/MultiMC5 into develop
This commit is contained in:
commit
0a64579401
1 changed files with 9 additions and 1 deletions
|
|
@ -101,7 +101,15 @@ public class OneSixLauncher implements Launcher
|
|||
Utils.log("Libraries:");
|
||||
for (String s : libraries)
|
||||
{
|
||||
Utils.log(" " + s);
|
||||
File f = new File(s);
|
||||
if (f.exists())
|
||||
{
|
||||
Utils.log(" " + s);
|
||||
}
|
||||
else
|
||||
{
|
||||
Utils.log(" " + s + " (missing)", "Warning");
|
||||
}
|
||||
}
|
||||
Utils.log();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue