We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 791b8ad commit 53dd0a1Copy full SHA for 53dd0a1
CurseForge.Minecraft.Serverpack.Launcher/Dependencies.cs
@@ -73,7 +73,7 @@ private static async Task DownloadMinecraftLibraries(ApiClient cfApiClient, stri
73
var modDlUrl = mod.Data.DownloadUrl;
74
if(string.IsNullOrWhiteSpace(modDlUrl))
75
{
76
- modDlUrl = await cfApiClient.GetModFileDownloadUrlAsync((int)file.ProjectId, (int)file.FileId).Data;
+ modDlUrl = (await cfApiClient.GetModFileDownloadUrlAsync((int)file.ProjectId, (int)file.FileId)).Data;
77
}
78
79
0 commit comments