mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 19:37:23 +01:00
remove notification spam, add more trace logging for secret key access
This commit is contained in:
parent
e1f480b44a
commit
0c47bf8ccd
2 changed files with 10 additions and 5 deletions
|
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue