mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2025-01-30 06:32:44 +00:00
Merge branch 'pullrequest2' of https://github.com/p-schneider/MultiMC5 into develop
This commit is contained in:
commit
0a64579401
@ -100,9 +100,17 @@ public class OneSixLauncher implements Launcher
|
|||||||
|
|
||||||
Utils.log("Libraries:");
|
Utils.log("Libraries:");
|
||||||
for (String s : libraries)
|
for (String s : libraries)
|
||||||
|
{
|
||||||
|
File f = new File(s);
|
||||||
|
if (f.exists())
|
||||||
{
|
{
|
||||||
Utils.log(" " + s);
|
Utils.log(" " + s);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
Utils.log(" " + s + " (missing)", "Warning");
|
||||||
|
}
|
||||||
|
}
|
||||||
Utils.log();
|
Utils.log();
|
||||||
|
|
||||||
if(mods.size() > 0)
|
if(mods.size() > 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user