Add Honorific Support (#49)

* Add Honorific support

* Update MareAPI

* Update SettingsUi.cs
This commit is contained in:
Cara
2023-04-20 17:17:19 +09:30
committed by GitHub
parent 2667a0b5d9
commit 6669247e22
11 changed files with 135 additions and 3 deletions

View File

@@ -96,6 +96,7 @@ public class Pair
ShownCustomizePlusWarning = _configService.Current.DisableOptionalPluginWarnings,
ShownHeelsWarning = _configService.Current.DisableOptionalPluginWarnings,
ShownPalettePlusWarning = _configService.Current.DisableOptionalPluginWarnings,
ShownHonorificWarning = _configService.Current.DisableOptionalPluginWarnings,
};
CachedPlayer.ApplyCharacterData(RemoveNotSyncedFiles(LastReceivedCharacterData.DeepClone())!, _pluginWarnings, forced);
@@ -136,6 +137,7 @@ public class Pair
ShownCustomizePlusWarning = _configService.Current.DisableOptionalPluginWarnings,
ShownHeelsWarning = _configService.Current.DisableOptionalPluginWarnings,
ShownPalettePlusWarning = _configService.Current.DisableOptionalPluginWarnings,
ShownHonorificWarning = _configService.Current.DisableOptionalPluginWarnings,
};
CachedPlayer.Initialize(name);