Disable print MC args

This commit is contained in:
khanhduytran0 2020-11-07 05:24:13 +07:00
parent 655b52e3ae
commit 9fbe2385e0

View File

@ -71,7 +71,7 @@ public final class Tools
public static void launchMinecraft(final LoggableActivity ctx, MCProfile.Builder profile, JMinecraftVersionList.Version versionInfo) throws Throwable {
String[] launchArgs = getMinecraftArgs(profile, versionInfo);
ctx.appendlnToLog("Minecraft Args: " + Arrays.toString(launchArgs));
// ctx.appendlnToLog("Minecraft Args: " + Arrays.toString(launchArgs));
String launchClassPath = generateLaunchClassPath(profile.getVersion());
System.out.println("Java Classpath: " + launchClassPath);