mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-21 23:37:44 +01:00
Revert "refactor: don't download pluginmaster on inject"
This reverts commit 2c66ecc84e.
This commit is contained in:
parent
b1b6621c2a
commit
151841a1c1
1 changed files with 2 additions and 0 deletions
|
|
@ -35,6 +35,8 @@ namespace Dalamud.Plugin
|
|||
public PluginRepository(Dalamud dalamud, string pluginDirectory, string gameVersion) {
|
||||
this.dalamud = dalamud;
|
||||
this.pluginDirectory = pluginDirectory;
|
||||
|
||||
ReloadPluginMasterAsync();
|
||||
}
|
||||
|
||||
public void ReloadPluginMasterAsync() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue