mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-23 09:01:08 +03:00
Hotfix: Ошибка форматирования
This commit is contained in:
parent
01b37db0d2
commit
c5d96f173d
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ public static void main(String[] args) throws Throwable {
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
LogHelper.info("Found %d custom classpath elements");
|
LogHelper.info("Found %d custom classpath elements",cp.length);
|
||||||
for(String c : cp)
|
for(String c : cp)
|
||||||
ServerAgent.addJVMClassPath(c);
|
ServerAgent.addJVMClassPath(c);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue