From 0296de110c149bb2b162bc4d5b917a776933f772 Mon Sep 17 00:00:00 2001 From: Federico Cecchetto Date: Thu, 19 May 2022 00:44:04 +0200 Subject: [PATCH] Comment this --- src/client/component/auth.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/component/auth.cpp b/src/client/component/auth.cpp index 8cda99a5..6b19fb87 100644 --- a/src/client/component/auth.cpp +++ b/src/client/component/auth.cpp @@ -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;