mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Display ETA when downloading.
This commit is contained in:
parent
28827b720a
commit
2ad6d02d59
4 changed files with 14 additions and 8 deletions
|
|
@ -31,8 +31,10 @@ namespace MinecraftClient.Commands
|
|||
|
||||
private static string DownloadUpdate(bool force)
|
||||
{
|
||||
UpgradeHelper.DownloadLatestBuild(force);
|
||||
return Translations.mcc_update_start;
|
||||
if (UpgradeHelper.DownloadLatestBuild(force))
|
||||
return Translations.mcc_update_start;
|
||||
else
|
||||
return Translations.mcc_update_already_running;
|
||||
}
|
||||
|
||||
private static string CancelDownloadUpdate()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue