Skip to content

Commit

Permalink
Fix #499
Browse files Browse the repository at this point in the history
  • Loading branch information
hzqst committed Oct 7, 2024
1 parent 843c8ed commit c2118ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/metahook.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,8 @@ void MH_LoadEngine(HMODULE hEngineModule, BlobHandle_t hBlobEngine, const char*
{
auto factory = MH_GetEngineFactory();

if (factory("SCEngineClient002", NULL))
if (factory("SCEngineClient002", NULL) ||
factory("SCEngineClient001", NULL))
{
g_iEngineType = ENGINE_SVENGINE;
}
Expand Down

0 comments on commit c2118ed

Please sign in to comment.