mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-16 16:16:04 -04:00
Disable print MC args
This commit is contained in:
parent
655b52e3ae
commit
9fbe2385e0
@ -71,7 +71,7 @@ public final class Tools
|
|||||||
public static void launchMinecraft(final LoggableActivity ctx, MCProfile.Builder profile, JMinecraftVersionList.Version versionInfo) throws Throwable {
|
public static void launchMinecraft(final LoggableActivity ctx, MCProfile.Builder profile, JMinecraftVersionList.Version versionInfo) throws Throwable {
|
||||||
String[] launchArgs = getMinecraftArgs(profile, versionInfo);
|
String[] launchArgs = getMinecraftArgs(profile, versionInfo);
|
||||||
|
|
||||||
ctx.appendlnToLog("Minecraft Args: " + Arrays.toString(launchArgs));
|
// ctx.appendlnToLog("Minecraft Args: " + Arrays.toString(launchArgs));
|
||||||
|
|
||||||
String launchClassPath = generateLaunchClassPath(profile.getVersion());
|
String launchClassPath = generateLaunchClassPath(profile.getVersion());
|
||||||
System.out.println("Java Classpath: " + launchClassPath);
|
System.out.println("Java Classpath: " + launchClassPath);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user