mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-18 20:40:11 -07:00
Disable print MC args
This commit is contained in:
parent
655b52e3ae
commit
9fbe2385e0
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue