mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 18:37:22 +01:00
fix issue with unlimited redraws hanging when using /penumbra redraw all
This commit is contained in:
parent
a36424d57b
commit
5aeaef6ea7
1 changed files with 1 additions and 1 deletions
|
|
@ -110,8 +110,8 @@ namespace MareSynchronos.Managers
|
|||
Logger.Verbose("Building Cache for " + unprocessedObject.ObjectKind);
|
||||
PermanentDataCache = _characterDataFactory.BuildCharacterData(PermanentDataCache, unprocessedObject.ObjectKind, unprocessedObject.Address, token);
|
||||
unprocessedObject.IsProcessing = false;
|
||||
token.ThrowIfCancellationRequested();
|
||||
unprocessedObject.HasUnprocessedUpdate = false;
|
||||
token.ThrowIfCancellationRequested();
|
||||
}
|
||||
|
||||
while (!PermanentDataCache.IsReady && !token.IsCancellationRequested)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue