mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 06:13:40 +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) {
|
||||
this.dalamud = dalamud;
|
||||
this.pluginDirectory = pluginDirectory;
|
||||
|
||||
ReloadPluginMasterAsync();
|
||||
}
|
||||
|
||||
public void ReloadPluginMasterAsync() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue