mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 18:17:21 +01:00
fix thread safety on plugin warning notification service
This commit is contained in:
parent
70732de3bb
commit
529b8e4c37
2 changed files with 3 additions and 1 deletions
|
|
@ -416,6 +416,7 @@ public sealed class PairHandler : DisposableMediatorSubscriberBase
|
|||
else if (_charaHandler?.Address == nint.Zero && IsVisible)
|
||||
{
|
||||
IsVisible = false;
|
||||
_charaHandler?.Invalidate();
|
||||
Logger.LogTrace("{this} visibility changed, now: {visi}", this, IsVisible);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue