mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
fix: repo thread shit due diligence
This commit is contained in:
parent
3821d0459f
commit
a777c58a89
1 changed files with 2 additions and 2 deletions
|
|
@ -40,11 +40,11 @@ namespace Dalamud.Plugin
|
|||
}
|
||||
|
||||
public void ReloadPluginMasterAsync() {
|
||||
State = InitializationState.InProgress;
|
||||
|
||||
Task.Run(() => {
|
||||
this.PluginMaster = null;
|
||||
|
||||
State = InitializationState.InProgress;
|
||||
|
||||
var allPlugins = new List<PluginDefinition>();
|
||||
|
||||
var repos = this.dalamud.Configuration.ThirdRepoList.Where(x => x.IsEnabled).Select(x => x.Url)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue