mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 06:13:40 +01:00
refactor: clean up async logic for PluginMaster loads
This commit is contained in:
parent
bd48297745
commit
86d9f01877
5 changed files with 42 additions and 30 deletions
|
|
@ -250,6 +250,8 @@ namespace Dalamud
|
|||
|
||||
try
|
||||
{
|
||||
_ = pluginManager.SetPluginReposFromConfigAsync(false);
|
||||
|
||||
pluginManager.OnInstalledPluginsChanged += Troubleshooting.LogTroubleshooting;
|
||||
|
||||
Log.Information("[T3] PM OK!");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue