remove notification spam, add more trace logging for secret key access

This commit is contained in:
Stanley Dimant
2024-07-19 10:19:18 +02:00
parent e1f480b44a
commit 0c47bf8ccd
2 changed files with 10 additions and 5 deletions

View File

@@ -43,9 +43,6 @@ public class PlayerDataFactory
{
if (!_ipcManager.Initialized)
{
_mareMediator.Publish(new NotificationMessage("Penumbra/Glamourer inactive",
"Mare attempted to process building your character data, but Penumbra or Glamourer are inactive. Enable and set up Penumbra and Glamourer for Mare to be able to function.",
NotificationType.Error));
throw new InvalidOperationException("Penumbra or Glamourer is not connected");
}