mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-17 08:35:37 -04:00
Fix a NullPointerException when launching ≤ 1.6.4
This commit is contained in:
parent
9c15455929
commit
f2e8ee3422
@ -151,7 +151,9 @@ public final class Tools {
|
||||
}
|
||||
*/
|
||||
|
||||
if (versionInfo.logging != null) {
|
||||
javaArgList.add("-Dlog4j.configurationFile=" + Tools.DIR_GAME_NEW + "/" + versionInfo.logging.client.file.id);
|
||||
}
|
||||
javaArgList.add("-cp");
|
||||
javaArgList.add(getLWJGL3ClassPath() + ":" + launchClassPath);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user