Add stuff that wasn't saved after rename for some reason...

This commit is contained in:
Ottermandias 2023-06-18 13:33:26 +02:00
parent 5f916efb13
commit fbd8a12f3a
4 changed files with 4 additions and 4 deletions

View file

@ -136,7 +136,7 @@ public class Configuration : IPluginConfiguration, ISavable
}
catch (Exception ex)
{
Penumbra.ChatService.NotificationMessage(ex,
Penumbra.Chat.NotificationMessage(ex,
"Error reading Configuration, reverting to default.\nYou may be able to restore your configuration using the rolling backups in the XIVLauncher/backups/Penumbra directory.",
"Error reading Configuration", "Error", NotificationType.Error);
}