From d1c235c1b5a2c294e3d65e8ec04e7e8373530e48 Mon Sep 17 00:00:00 2001 From: Max Nullov Date: Tue, 25 Feb 2025 18:32:10 +0300 Subject: [PATCH] Licensed session support --- Launcher-Core/Launcher.cs | 2 +- Launcher-Core/Utils.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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() {