mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 12:23:39 +01:00
Even more boot load logging
This commit is contained in:
parent
ac14d61a86
commit
df8de39098
1 changed files with 1 additions and 0 deletions
|
|
@ -683,6 +683,7 @@ internal class PluginManager : IInternalDisposableService
|
||||||
|
|
||||||
// Load plugins that want to be loaded during Framework.Tick, when drawing facilities are available
|
// Load plugins that want to be loaded during Framework.Tick, when drawing facilities are available
|
||||||
_ = await Service<InterfaceManager.InterfaceManagerWithScene>.GetAsync().ConfigureAwait(false);
|
_ = await Service<InterfaceManager.InterfaceManagerWithScene>.GetAsync().ConfigureAwait(false);
|
||||||
|
Log.Verbose(" InterfaceManager is ready, starting to load DrawAvailableSync plugins");
|
||||||
await framework.RunOnTick(
|
await framework.RunOnTick(
|
||||||
() => LoadPluginsSync(
|
() => LoadPluginsSync(
|
||||||
"DrawAvailableSync",
|
"DrawAvailableSync",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue