fix bad a0f4baf merge

This commit is contained in:
marzent 2024-01-18 11:27:37 +01:00 committed by KazWolfe
parent 009151820d
commit b5c689c0ba

View file

@ -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>