mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 06:13:40 +01:00
Merge pull request #255 from Aireil/revert_pluginmaster_download
Revert "refactor: don't download pluginmaster on inject"
This commit is contained in:
commit
e30ac1f7c3
1 changed files with 2 additions and 0 deletions
|
|
@ -35,6 +35,8 @@ namespace Dalamud.Plugin
|
||||||
public PluginRepository(Dalamud dalamud, string pluginDirectory, string gameVersion) {
|
public PluginRepository(Dalamud dalamud, string pluginDirectory, string gameVersion) {
|
||||||
this.dalamud = dalamud;
|
this.dalamud = dalamud;
|
||||||
this.pluginDirectory = pluginDirectory;
|
this.pluginDirectory = pluginDirectory;
|
||||||
|
|
||||||
|
ReloadPluginMasterAsync();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void ReloadPluginMasterAsync() {
|
public void ReloadPluginMasterAsync() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue