mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 22:17:22 +01:00
fix issue on not reloading player on zone switch, minor cleanup
This commit is contained in:
parent
9aaab87c91
commit
b42de9a8a7
4 changed files with 22 additions and 28 deletions
|
|
@ -155,7 +155,9 @@ public class CachedPlayer
|
|||
{
|
||||
Logger.Debug("Restoring state for " + PlayerName);
|
||||
IsVisible = false;
|
||||
_downloadCancellationTokenSource?.Cancel();
|
||||
_downloadCancellationTokenSource?.Dispose();
|
||||
_downloadCancellationTokenSource = null;
|
||||
_watcher.RemovePlayerFromWatch(PlayerName);
|
||||
_ipcManager.PenumbraRemoveTemporaryCollection(PlayerName);
|
||||
_ipcManager.GlamourerRevertCharacterCustomization(PlayerName);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue