diff --git a/src/Components/Loader.cpp b/src/Components/Loader.cpp index 8f5ef53..be4e956 100644 --- a/src/Components/Loader.cpp +++ b/src/Components/Loader.cpp @@ -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; }