Comment this
This commit is contained in:
parent
cb9e39a0bd
commit
0296de110c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user