Skip to content

Commit

Permalink
Update DefaultResourceCompleter.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
laolarou726 committed Oct 29, 2023
1 parent c7c4cbc commit ee0891e
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,11 @@ async Task ReceiveGameResourceTask(IAsyncEnumerable<IGameResource> asyncEnumerab
{
Interlocked.Increment(ref _needToDownload);

/*
OnResolveComplete(this, new GameResourceInfoResolveEventArgs
{
Progress = 114514,
Progress = -1,
Status = $"发现未下载的 {element.FileName.CropStr()}({element.Type}),已加入下载队列"
});
*/

await gameResourceTransBlock.SendAsync(element);
}
Expand Down

0 comments on commit ee0891e

Please sign in to comment.