Fix filter HorkEye2 engine hook

This commit is contained in:
Blu3train 2023-10-30 18:17:19 +01:00
parent f3fbe04409
commit f74d59a87c

View File

@ -14078,6 +14078,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;