mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-01-03 14:23:43 +01:00
Disable the currently outdated preparecolorset hook.
This commit is contained in:
parent
25491adbe3
commit
a807c90885
1 changed files with 2 additions and 1 deletions
|
|
@ -21,9 +21,10 @@ public sealed unsafe class PrepareColorSet
|
||||||
MaterialManager = 0,
|
MaterialManager = 0,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO enable when working
|
||||||
public PrepareColorSet(HookManager hooks)
|
public PrepareColorSet(HookManager hooks)
|
||||||
: base("Prepare Color Set ")
|
: base("Prepare Color Set ")
|
||||||
=> _task = hooks.CreateHook<Delegate>(Name, Sigs.PrepareColorSet, Detour, true);
|
=> _task = hooks.CreateHook<Delegate>(Name, Sigs.PrepareColorSet, Detour, false);
|
||||||
|
|
||||||
private readonly Task<Hook<Delegate>> _task;
|
private readonly Task<Hook<Delegate>> _task;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue