adjust naming for heels

This commit is contained in:
rootdarkarchon
2023-07-17 09:12:30 +02:00
parent 9d774c8134
commit e9822b9490
3 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ public class PluginWarningNotificationService
List<string> missingPluginsForData = new();
if (changes.Contains(PlayerChanges.Heels) && !warning.ShownHeelsWarning && !_ipcManager.CheckHeelsApi())
{
missingPluginsForData.Add("Heels");
missingPluginsForData.Add("SimpleHeels");
warning.ShownHeelsWarning = true;
}
if (changes.Contains(PlayerChanges.Customize) && !warning.ShownCustomizePlusWarning && !_ipcManager.CheckCustomizePlusApi())