mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-01 21:33:39 +01:00
fix: try to copy .text and .data of TargetModule to avoid conflicts(WIP, needs testing)
This commit is contained in:
parent
3ae9705e8d
commit
e2f9773e33
5 changed files with 67 additions and 20 deletions
|
|
@ -55,7 +55,7 @@ namespace Dalamud.Plugin
|
|||
this.Framework = dalamud.Framework;
|
||||
this.ClientState = dalamud.ClientState;
|
||||
this.UiBuilder = new UiBuilder(dalamud.InterfaceManager, pluginName);
|
||||
this.TargetModuleScanner = new SigScanner(dalamud.TargetModule);
|
||||
this.TargetModuleScanner = dalamud.SigScanner;
|
||||
|
||||
this.dalamud = dalamud;
|
||||
this.pluginName = pluginName;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue