fixes for glamourer
This commit is contained in:
@@ -255,10 +255,7 @@ public sealed class PairHandler : DisposableMediatorSubscriberBase
|
|||||||
|
|
||||||
case PlayerChanges.ModFiles:
|
case PlayerChanges.ModFiles:
|
||||||
case PlayerChanges.ModManip:
|
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;
|
break;
|
||||||
}
|
}
|
||||||
token.ThrowIfCancellationRequested();
|
token.ThrowIfCancellationRequested();
|
||||||
|
|||||||
Reference in New Issue
Block a user