mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 12:23:39 +01:00
Implement assemblyLocation and assemblyDirectory in DPI
This commit is contained in:
parent
76edc0c7d4
commit
32f1168f15
2 changed files with 15 additions and 2 deletions
|
|
@ -309,7 +309,7 @@ namespace Dalamud.Plugin.Internal
|
|||
// Update the location for the Location and CodeBase patches
|
||||
PluginManager.PluginLocations[this.pluginType.Assembly.FullName] = new(this.DllFile);
|
||||
|
||||
this.DalamudInterface = new DalamudPluginInterface(this.pluginAssembly.GetName().Name!, reason, this.IsDev);
|
||||
this.DalamudInterface = new DalamudPluginInterface(this.pluginAssembly.GetName().Name!, this.DllFile, reason, this.IsDev);
|
||||
|
||||
var ioc = Service<ServiceContainer>.Get();
|
||||
this.instance = ioc.Create(this.pluginType, this.DalamudInterface) as IDalamudPlugin;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue