some minor fixes

This commit is contained in:
rootdarkarchon
2023-02-03 19:34:15 +01:00
parent 53bbda4cf4
commit a03e92ccef
4 changed files with 4 additions and 5 deletions

View File

@@ -228,6 +228,7 @@ public class CachedPlayer : MediatorSubscriberBase, IDisposable
Logger.Debug("Disposing " + PlayerName + " (" + OnlineUser + ")");
try
{
_currentCharacterEquipment?.Dispose();
Logger.Verbose("Restoring state for " + PlayerName);
_ipcManager.PenumbraRemoveTemporaryCollection(PlayerName);
_downloadCancellationTokenSource?.Cancel();