NOISSUE continue debranding...
This commit is contained in:
@ -135,7 +135,7 @@ public class EntryPoint
|
||||
}
|
||||
if(isAborted)
|
||||
{
|
||||
System.err.println("Launch aborted by MultiMC.");
|
||||
System.err.println("Launch aborted by the launcher.");
|
||||
return 1;
|
||||
}
|
||||
if(m_launcher != null)
|
||||
|
@ -94,7 +94,7 @@ public class Utils
|
||||
}
|
||||
|
||||
/**
|
||||
* Log to the MultiMC console
|
||||
* Log to the launcher console
|
||||
*
|
||||
* @param message A String containing the message
|
||||
* @param level A String containing the level name. See MinecraftLauncher::getLevel()
|
||||
@ -108,7 +108,7 @@ public class Utils
|
||||
|
||||
public static void log(String message)
|
||||
{
|
||||
log(message, "MultiMC");
|
||||
log(message, "Launcher");
|
||||
}
|
||||
|
||||
public static void log()
|
||||
|
Reference in New Issue
Block a user