mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 14:23:40 +01:00
deps: switch to goaaats.Reloaded.Hooks until concurrency fix is upstreamed
7d03dac73d
This commit is contained in:
parent
3de56c992f
commit
2cfb9cc706
2 changed files with 2 additions and 1 deletions
|
|
@ -30,6 +30,7 @@ namespace Dalamud.Hooking.Internal
|
|||
|
||||
this.hookImpl = ReloadedHooks.Instance.CreateHook<T>(detour, address.ToInt64());
|
||||
this.hookImpl.Activate();
|
||||
this.hookImpl.Disable();
|
||||
|
||||
HookManager.TrackedHooks.TryAdd(Guid.NewGuid(), new HookInfo(this, detour, callingAssembly));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue