mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 22:17:22 +01:00
Add Honorific Support (#49)
* Add Honorific support * Update MareAPI * Update SettingsUi.cs
This commit is contained in:
parent
2667a0b5d9
commit
6669247e22
11 changed files with 135 additions and 3 deletions
|
|
@ -61,6 +61,11 @@ public sealed class CacheCreationService : DisposableMediatorSubscriberBase
|
|||
PalettePlusChanged();
|
||||
}
|
||||
});
|
||||
Mediator.Subscribe<HonorificMessage>(this, async (_) =>
|
||||
{
|
||||
Logger.LogDebug("Received Honorific change, updating player");
|
||||
await AddPlayerCacheToCreate().ConfigureAwait(false);
|
||||
});
|
||||
Mediator.Subscribe<PenumbraModSettingChangedMessage>(this, async (msg) =>
|
||||
{
|
||||
Logger.LogDebug("Received Penumbra Mod settings change, updating player");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue