seems that's safe

This commit is contained in:
Akash Mozumdar 2019-10-02 05:18:34 -04:00
parent b685bfc780
commit 0f2bbaace3

View File

@ -278,7 +278,7 @@ bool TextHook::InsertReadCode()
void TextHook::RemoveHookCode()
{
MH_DisableHook(location);
//MH_RemoveHook(location);
MH_RemoveHook(location);
}
void TextHook::RemoveReadCode()