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
committed by Loporrit
parent 626df3f861
commit d9d10c42de
2 changed files with 11 additions and 3 deletions

View File

@@ -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;