mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-20 06:47:44 +01:00
refactor: don't download pluginmaster on inject
This commit is contained in:
parent
d693097ecd
commit
2c66ecc84e
1 changed files with 0 additions and 2 deletions
|
|
@ -35,8 +35,6 @@ 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