mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 06:13:40 +01:00
IPC Implementation
This commit is contained in:
parent
af6443ad2e
commit
8ee872e784
6 changed files with 994 additions and 2 deletions
|
|
@ -17,6 +17,7 @@ using Dalamud.Game.Text.SeStringHandling;
|
|||
using Dalamud.Hooking.Internal;
|
||||
using Dalamud.Interface.Internal;
|
||||
using Dalamud.IoC.Internal;
|
||||
using Dalamud.Plugin;
|
||||
using Dalamud.Plugin.Internal;
|
||||
using Serilog;
|
||||
using Serilog.Core;
|
||||
|
|
@ -237,6 +238,8 @@ namespace Dalamud
|
|||
{
|
||||
try
|
||||
{
|
||||
Service<CallGate>.Set();
|
||||
|
||||
var pluginManager = Service<PluginManager>.Set();
|
||||
pluginManager.OnInstalledPluginsChanged += () =>
|
||||
Troubleshooting.LogTroubleshooting();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue