Licensed session support

This commit is contained in:
Max Chaev 2025-02-25 18:32:10 +03:00
parent cdd2bcfb69
commit d1c235c1b5
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ public class Launcher
DownloadProgress = (int)(args.ProgressedBytes * 100 / args.TotalBytes); DownloadProgress = (int)(args.ProgressedBytes * 100 / args.TotalBytes);
}; };
DownloadStatus = "Installing minecraft..."; DownloadStatus = "Getting the assets from Mojang...";
Console.WriteLine(DownloadStatus); Console.WriteLine(DownloadStatus);
await _mcLauncher.InstallAsync(_version); await _mcLauncher.InstallAsync(_version);
DownloadStatus = "Finished!"; DownloadStatus = "Finished!";

View File

@ -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<MSession>? GetLicensedSession() public static async Task<MSession>? GetLicensedSession()
{ {