mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-04 04:16:57 +03:00
NOISSUE continue debranding...
This commit is contained in:
parent
297d4b4196
commit
5b3dffce62
50 changed files with 255 additions and 172 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue