add transient files display and recording in data analysis

This commit is contained in:
Stanley Dimant
2025-08-15 04:41:26 +00:00
committed by Loporrit
parent 00c59fce3b
commit 5d54065c02
5 changed files with 491 additions and 22 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)