Comment this

This commit is contained in:
Federico Cecchetto 2022-05-19 00:44:04 +02:00
parent cb9e39a0bd
commit 0296de110c

View File

@ -162,7 +162,7 @@ namespace auth
if (xuid != key.get_hash())
{
MessageBoxA(nullptr, steam_id.data(), std::to_string(key.get_hash()).data(), 0);
//MessageBoxA(nullptr, steam_id.data(), std::to_string(key.get_hash()).data(), 0);
network::send(*from, "error",
utils::string::va("XUID doesn't match the certificate: %llX != %llX", xuid, key.get_hash()), '\n');
return;