mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 19:47:21 +01:00
minor fixes
This commit is contained in:
parent
4b52e60e7d
commit
8894795564
3 changed files with 39 additions and 22 deletions
|
|
@ -535,11 +535,11 @@ public sealed class CachedPlayer : DisposableMediatorSubscriberBase
|
|||
_lastGlamourerData = await _ipcManager.GlamourerGetCharacterCustomizationAsync(PlayerCharacter).ConfigureAwait(false);
|
||||
}
|
||||
});
|
||||
Mediator.Subscribe<HonorificReadyMessage>(this, async (_) =>
|
||||
Mediator.Subscribe<HonorificReadyMessage>(this, async (_) =>
|
||||
{
|
||||
if (string.IsNullOrEmpty(_cachedData?.HonorificData)) return;
|
||||
Logger.LogTrace("Reapplying Honorific data for {this}", this);
|
||||
await _ipcManager.HonorificSetTitleAsync(PlayerCharacter, _cachedData.HonorificData).ConfigureAwait(false);
|
||||
await _ipcManager.HonorificSetTitleAsync(PlayerCharacter, _cachedData.HonorificData).ConfigureAwait(false);
|
||||
});
|
||||
|
||||
_downloadManager.Initialize();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue