Merge branch '1.15' of https://github.com/h1-mod/h1-mod into 1.15
This commit is contained in:
commit
7783f6e013
@ -162,7 +162,7 @@ namespace auth
|
|||||||
|
|
||||||
if (xuid != key.get_hash())
|
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",
|
network::send(*from, "error",
|
||||||
utils::string::va("XUID doesn't match the certificate: %llX != %llX", xuid, key.get_hash()), '\n');
|
utils::string::va("XUID doesn't match the certificate: %llX != %llX", xuid, key.get_hash()), '\n');
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user