Merge branch '1.15' of https://github.com/h1-mod/h1-mod into 1.15

This commit is contained in:
Skull Merlin 2022-05-19 01:54:08 +03:00
commit 7783f6e013

View File

@ -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;