We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d29f3a commit 050509bCopy full SHA for 050509b
packages/core/src/game/metadata.rs
@@ -273,8 +273,8 @@ pub async fn download_libraries(
273
}
274
275
276
- tracing::info!("fetching #2 library '{}' from '{}'", &lib.name, &artifact.url);
277
let url = [lib.url.as_deref().unwrap_or("https://libraries.minecraft.net/"), &artifact_path].concat();
+ tracing::info!("fetching #2 library '{}' from '{}'", &lib.name, &url);
278
let bytes = fetch(&url, None, &st.fetch_semaphore).await?;
279
write(&path, &bytes, &st.io_semaphore).await?;
280
tracing::trace!("fetched library {} to path {:?}", &lib.name, &path);
0 commit comments