Skip to content

Commit

Permalink
fix: broken paths for WCOS downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
gus33000 committed Nov 5, 2023
1 parent a93b973 commit 7ac903a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ await Task.WhenAll(
{
return GetFilenameForCEUIFile(boundFile.Item1, payloadItems).Select(path =>
{
try
/*try
{
foreach (CompDB compDb in compDBs)
{
Expand All @@ -561,7 +561,7 @@ await Task.WhenAll(
}
}
}
catch { }
catch { }*/

return new UUPFile(
boundFile.Item2,
Expand Down

0 comments on commit 7ac903a

Please sign in to comment.