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

This commit is contained in:
Stanley Dimant
2025-02-09 16:10:31 +00:00
committed by Loporrit
parent 626df3f861
commit d9d10c42de
2 changed files with 11 additions and 3 deletions
@@ -37,7 +37,7 @@ public class PlayerDataFactory
{
if (!_ipcManager.Initialized)
{
throw new InvalidOperationException("Penumbra is not connected");
throw new InvalidOperationException("Penumbra or Glamourer is not connected");
}
if (playerRelatedObject == null) return;