diff --git a/Glamourer/Interop/Material/PrepareColorSet.cs b/Glamourer/Interop/Material/PrepareColorSet.cs index cdbff11..6595c8f 100644 --- a/Glamourer/Interop/Material/PrepareColorSet.cs +++ b/Glamourer/Interop/Material/PrepareColorSet.cs @@ -21,9 +21,10 @@ public sealed unsafe class PrepareColorSet MaterialManager = 0, } + // TODO enable when working public PrepareColorSet(HookManager hooks) : base("Prepare Color Set ") - => _task = hooks.CreateHook(Name, Sigs.PrepareColorSet, Detour, true); + => _task = hooks.CreateHook(Name, Sigs.PrepareColorSet, Detour, false); private readonly Task> _task;