Update Malie.cpp

This commit is contained in:
恍兮惚兮 2024-03-26 00:15:59 +08:00
parent 381e8fc05b
commit e5acf32fd8

View File

@ -88,7 +88,6 @@ bool InsertMalieHook2() // jichi 8/20/2013: Change return type to boolean
hp.offset=get_reg(regs::eax);
hp.text_fun = SpecialHookMalie;
hp.type = USING_SPLIT|CODEC_UTF16|NO_CONTEXT|USING_CHAR;
hp.type = NO_CONTEXT;
ConsoleOutput("INSERT MalieHook2");
return NewHook(hp, "Malie");
//RegisterEngineType(ENGINE_MALIE);