mirror of
https://gitlab.com/nullmax17/PlombirLauncher.git
synced 2025-03-14 18:01:12 +03:00
Licensed session support
This commit is contained in:
parent
cdd2bcfb69
commit
d1c235c1b5
@ -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!";
|
||||
|
@ -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()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user