This commit is contained in:
parent
c6bd83c428
commit
db76bbd273
Binary file not shown.
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue