*.int files are too common

This commit is contained in:
Akash Mozumdar 2019-08-19 16:00:38 -04:00
parent 2333692448
commit 3f004554f8

View File

@ -179,8 +179,7 @@ bool DetermineEngineByFile1()
InsertArtemisHook(); InsertArtemisHook();
return true; return true;
} }
if (Util::CheckFile(L"*.int")) { if (Util::CheckFile(L"*.int") && InsertCatSystemHook()) {
InsertCatSystemHook();
return true; return true;
} }
if (Util::CheckFile(L"message.dat")) { if (Util::CheckFile(L"message.dat")) {