Skip to content

Commit

Permalink
Update dllmain.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ermaccer committed Nov 6, 2021
1 parent 991bbc9 commit 8d8ae62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion I2Hook/dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ bool ValidateGameVersion()
{
char* gameName = (char*)_addr(0x1434B1F90);

if (strncmp(gameName, "Ingjustice", strlen("Injustice")) == 0)
if (strncmp(gameName, "Injustice", strlen("Injustice")) == 0)
return true;
else
{
Expand Down

0 comments on commit 8d8ae62

Please sign in to comment.