mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-13 15:54:14 +01:00
clean up some disposes, remove channel and use async ienumberable for upload as well
This commit is contained in:
parent
c7439ac769
commit
51db0e54f2
4 changed files with 29 additions and 33 deletions
|
|
@ -169,8 +169,6 @@ public class CachedPlayer
|
|||
_ipcManager.GlamourerApplyOnlyCustomization(_originalGlamourerData, PlayerName);
|
||||
_ipcManager.GlamourerApplyOnlyEquipment(_lastGlamourerData, PlayerName);
|
||||
}
|
||||
|
||||
IsVisible = false;
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
|
@ -183,6 +181,7 @@ public class CachedPlayer
|
|||
_apiController.CharacterReceived -= ApiControllerOnCharacterReceived;
|
||||
PlayerName = string.Empty;
|
||||
PlayerCharacter = null;
|
||||
IsVisible = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue