Fix IpcProvider

This commit is contained in:
Loporrit
2025-08-12 11:18:35 +00:00
parent 81238b1a20
commit 9556605200
3 changed files with 28 additions and 12 deletions

View File

@@ -21,7 +21,7 @@ public sealed class IpcCallerMare : DisposableMediatorSubscriberBase
Mediator.SubscribeKeyed<PluginChangeMessage>(this, "MareSynchronos", (msg) =>
{
_pluginLoaded = msg.IsLoaded;
_pluginLoaded = msg.IsLoaded;
});
}