mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 18:27:24 +01:00
some minor fixes
This commit is contained in:
parent
53bbda4cf4
commit
a03e92ccef
4 changed files with 4 additions and 5 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue