mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 19:57:23 +01:00
fixes for glamourer
This commit is contained in:
parent
61a2fe9168
commit
9cf8a83223
1 changed files with 1 additions and 4 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue