diff --git a/Launcher-Core/Launcher.cs b/Launcher-Core/Launcher.cs index 16b2cdd..3a36263 100644 --- a/Launcher-Core/Launcher.cs +++ b/Launcher-Core/Launcher.cs @@ -43,7 +43,7 @@ public class Launcher DownloadProgress = (int)(args.ProgressedBytes * 100 / args.TotalBytes); }; - DownloadStatus = "Installing minecraft..."; + DownloadStatus = "Getting the assets from Mojang..."; Console.WriteLine(DownloadStatus); await _mcLauncher.InstallAsync(_version); DownloadStatus = "Finished!"; diff --git a/Launcher-Core/Utils.cs b/Launcher-Core/Utils.cs index dc57163..8308af8 100644 --- a/Launcher-Core/Utils.cs +++ b/Launcher-Core/Utils.cs @@ -26,7 +26,7 @@ static public class Utils } /* - Method is working, but we need to wait for client-id approval. + ID is approved, we are so ready. */ public static async Task? GetLicensedSession() {