mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 18:17:21 +01:00
add transient files display and recording in data analysis
This commit is contained in:
parent
7e2be41024
commit
4a2cd80def
5 changed files with 489 additions and 18 deletions
|
|
@ -162,6 +162,8 @@ public class PlayerDataFactory
|
|||
_logger.LogDebug("=> {repl}", replacement);
|
||||
}
|
||||
|
||||
await _transientResourceManager.WaitForRecording(token).ConfigureAwait(false);
|
||||
|
||||
// if it's pet then it's summoner, if it's summoner we actually want to keep all filereplacements alive at all times
|
||||
// or we get into redraw city for every change and nothing works properly
|
||||
if (objectKind == ObjectKind.Pet)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue