NOISSUE continue debranding...

This commit is contained in:
Petr Mrázek
2021-10-18 00:47:02 +02:00
parent 297d4b4196
commit 5b3dffce62
50 changed files with 255 additions and 172 deletions

View File

@ -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)

View File

@ -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()