mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 16:47:22 +01:00
idk, probably some crashfixes or so
This commit is contained in:
parent
3715ca5ce3
commit
bbfd6eb3d3
7 changed files with 34 additions and 41 deletions
|
|
@ -146,9 +146,6 @@ public partial class FileDownloadManager : DisposableMediatorSubscriberBase
|
|||
{
|
||||
Logger.LogDebug("Downloading files for {id}", gameObjectHandler.Name);
|
||||
|
||||
// force create lazy
|
||||
_ = gameObjectHandler.GameObjectLazy.Value;
|
||||
|
||||
List<DownloadFileDto> downloadFileInfoFromService = new();
|
||||
downloadFileInfoFromService.AddRange(await FilesGetSizes(fileReplacement.Select(f => f.Hash).ToList(), ct).ConfigureAwait(false));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue