chore(Loader.cpp): remove game binary hash check

I don't get it... Why make an amazing singleplayer client for a dead game and limit players to the Steam version only?
This commit is contained in:
Rim 2025-04-29 05:31:53 -04:00
parent b40e33b9a7
commit 0d1ed96deb

View File

@ -138,6 +138,7 @@ namespace Components
return false;
}
/*
const auto hash = Utils::Cryptography::SHA1::Compute(data, true);
if ((hash != "5F06ACF8FA84D20E902BBBF423466C6752D920BF"))
{
@ -145,6 +146,7 @@ namespace Components
Utils::Library::Terminate();
return false;
}
*/
return true;
}