This commit is contained in:
mv 2024-08-30 02:30:58 +03:00
parent c6bd83c428
commit db76bbd273
2 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@ -565,9 +565,9 @@ void CASW_Player::Steam_OnUserStatsReceived( UserStatsReceived_t *pUserStatsRece
if ( pUserStatsReceived->m_eResult != k_EResultOK )
{
Msg( "CASW_Player: failed to download stats from Steam, EResult %d\n", pUserStatsReceived->m_eResult );
Msg( " m_nGameID = %I64u\n", pUserStatsReceived->m_nGameID );
Msg( " SteamID = %I64u\n", pUserStatsReceived->m_steamIDUser.ConvertToUint64() );
//Msg( "CASW_Player: failed to download stats from Steam, EResult %d\n", pUserStatsReceived->m_eResult );
//Msg( " m_nGameID = %I64u\n", pUserStatsReceived->m_nGameID );
//Msg( " SteamID = %I64u\n", pUserStatsReceived->m_steamIDUser.ConvertToUint64() );
m_bPendingSteamStats = false;
return;
}