diff --git a/src-tauri/src/minecraft/launcher.rs b/src-tauri/src/minecraft/launcher.rs index 9681a54..cc8b31b 100644 --- a/src-tauri/src/minecraft/launcher.rs +++ b/src-tauri/src/minecraft/launcher.rs @@ -233,7 +233,6 @@ pub async fn launch(data: &Path, manifest: LaunchManifest, versi if downloaded { // the progress bar is only being updated when a asset has been downloaded to improve speeds data_clone.progress_update(ProgressUpdate::set_for_step(ProgressUpdateSteps::DownloadAssets, curr, asset_max)); - data_clone.progress_update(ProgressUpdate::set_label(format!("Downloaded asset {}", hash))); } }, Err(err) => error!("Unable to download asset {}: {:?}", hash, err)