mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-29 20:03:41 +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
|
||||
_ = await Service<InterfaceManager.InterfaceManagerWithScene>.GetAsync().ConfigureAwait(false);
|
||||
Log.Verbose(" InterfaceManager is ready, starting to load DrawAvailableSync plugins");
|
||||
await framework.RunOnTick(
|
||||
() => LoadPluginsSync(
|
||||
"DrawAvailableSync",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue