Merge remote-tracking branch 'Blu3train/fixFilterHorkEye2Hook'

This commit is contained in:
Chenx221 2024-09-05 12:28:29 +08:00
commit 03f3d446cf

View File

@ -16531,6 +16531,7 @@ bool InsertHorkEyeHook()
hp.address = addr; hp.address = addr;
hp.offset = 4; hp.offset = 4;
hp.type = USING_STRING; hp.type = USING_STRING;
hp.filter_fun = HorkEyeFilter;
ConsoleOutput("Textractor: INSERT HorkEye2"); ConsoleOutput("Textractor: INSERT HorkEye2");
NewHook(hp, "HorkEye2"); NewHook(hp, "HorkEye2");
return true; return true;