mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 22:17:22 +01:00
potential fix for downloads hanging at 0 bytes
This commit is contained in:
parent
9307aaecac
commit
b65ae8fca3
3 changed files with 25 additions and 18 deletions
|
|
@ -112,6 +112,8 @@ public sealed class PairHandler : DisposableMediatorSubscriberBase
|
|||
return;
|
||||
}
|
||||
|
||||
_forceApplyMods |= forceApplyCustomization;
|
||||
|
||||
var charaDataToUpdate = characterData.CheckUpdatedData(applicationBase, _cachedData?.DeepClone() ?? new(), Logger, this, forceApplyCustomization, _forceApplyMods);
|
||||
|
||||
if (_charaHandler != null && _forceApplyMods)
|
||||
|
|
@ -451,8 +453,6 @@ public sealed class PairHandler : DisposableMediatorSubscriberBase
|
|||
});
|
||||
|
||||
_ipcManager.PenumbraAssignTemporaryCollectionAsync(Logger, _penumbraCollection, _charaHandler.GetGameObject()!.ObjectIndex).GetAwaiter().GetResult();
|
||||
|
||||
_downloadManager.Initialize();
|
||||
}
|
||||
|
||||
private void IpcManagerOnPenumbraRedrawEvent(PenumbraRedrawMessage msg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue