diff --git a/texthook/engine/engine.cc b/texthook/engine/engine.cc index 1b1da02..f2354ae 100644 --- a/texthook/engine/engine.cc +++ b/texthook/engine/engine.cc @@ -16531,6 +16531,7 @@ bool InsertHorkEyeHook() hp.address = addr; hp.offset = 4; hp.type = USING_STRING; + hp.filter_fun = HorkEyeFilter; ConsoleOutput("Textractor: INSERT HorkEye2"); NewHook(hp, "HorkEye2"); return true;