mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-13 16:34:14 +01:00
fix some of the impl
This commit is contained in:
parent
e1111e2097
commit
6567c4deba
9 changed files with 55 additions and 51 deletions
|
|
@ -244,7 +244,8 @@ public sealed class PairManager : DisposableMediatorSubscriberBase
|
|||
pair.UserPair.OtherPermissions.IsDisableSounds(),
|
||||
pair.UserPair.OtherPermissions.IsDisableVFX());
|
||||
|
||||
pair.ApplyLastReceivedData();
|
||||
if (!pair.IsPaused)
|
||||
pair.ApplyLastReceivedData();
|
||||
|
||||
RecreateLazy();
|
||||
}
|
||||
|
|
@ -269,7 +270,8 @@ public sealed class PairManager : DisposableMediatorSubscriberBase
|
|||
pair.UserPair.OwnPermissions.IsDisableSounds(),
|
||||
pair.UserPair.OwnPermissions.IsDisableVFX());
|
||||
|
||||
pair.ApplyLastReceivedData();
|
||||
if (!pair.IsPaused)
|
||||
pair.ApplyLastReceivedData();
|
||||
|
||||
RecreateLazy();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue