mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-13 12:14:17 +01:00
Add stuff that wasn't saved after rename for some reason...
This commit is contained in:
parent
5f916efb13
commit
fbd8a12f3a
4 changed files with 4 additions and 4 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue