fixes for glamourer

This commit is contained in:
rootdarkarchon
2023-10-05 01:16:52 +02:00
parent 61a2fe9168
commit 9cf8a83223

View File

@@ -255,10 +255,7 @@ public sealed class PairHandler : DisposableMediatorSubscriberBase
case PlayerChanges.ModFiles:
case PlayerChanges.ModManip:
if (!changes.Value.Contains(PlayerChanges.Glamourer))
{
await _ipcManager.PenumbraRedrawAsync(Logger, handler, applicationId, token).ConfigureAwait(false);
}
await _ipcManager.PenumbraRedrawAsync(Logger, handler, applicationId, token).ConfigureAwait(false);
break;
}
token.ThrowIfCancellationRequested();