*.int files are too common
This commit is contained in:
parent
2333692448
commit
3f004554f8
@ -179,8 +179,7 @@ bool DetermineEngineByFile1()
|
||||
InsertArtemisHook();
|
||||
return true;
|
||||
}
|
||||
if (Util::CheckFile(L"*.int")) {
|
||||
InsertCatSystemHook();
|
||||
if (Util::CheckFile(L"*.int") && InsertCatSystemHook()) {
|
||||
return true;
|
||||
}
|
||||
if (Util::CheckFile(L"message.dat")) {
|
||||
|
Loading…
Reference in New Issue
Block a user