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

@ -352,7 +352,7 @@ public sealed class ModFileSystemSelector : FileSystemSelector<Mod, ModFileSyste
}
private static void HandleException(Exception e)
=> Penumbra.ChatService.NotificationMessage(e.Message, "Failure", NotificationType.Warning);
=> Penumbra.Chat.NotificationMessage(e.Message, "Failure", NotificationType.Warning);
#endregion