mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
fix bad a0f4baf merge
This commit is contained in:
parent
009151820d
commit
b5c689c0ba
1 changed files with 8 additions and 0 deletions
|
|
@ -147,6 +147,14 @@ internal partial class PluginManager : IDisposable, IServiceType
|
|||
|
||||
// NET8 CHORE
|
||||
//this.ApplyPatches();
|
||||
|
||||
registerStartupBlocker(
|
||||
Task.Run(this.LoadAndStartLoadSyncPlugins),
|
||||
"Waiting for plugins that asked to be loaded before the game.");
|
||||
|
||||
registerUnloadAfter(
|
||||
ResolvePossiblePluginDependencyServices(),
|
||||
"See the attached comment for the called function.");
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue