From db76bbd2731187d386dc86508f8e22371022b62a Mon Sep 17 00:00:00 2001 From: mv Date: Fri, 30 Aug 2024 02:30:58 +0300 Subject: [PATCH] v2 --- bin/CmdSeqDefault.wc | Bin 31107 -> 21063 bytes .../shared/swarm/asw_player_experience.cpp | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/CmdSeqDefault.wc b/bin/CmdSeqDefault.wc index d35fa248fe033ee8d7feb4744231179f5dc28c70..845359352ef7712bdf390aace96eea531a377d32 100644 GIT binary patch delta 587 zcmZqv%y@hW;{;`Hb_NCpm(;Yx(wvgX7a1!z+gl4Vawg{Fq@lnpLcKb z{cJ@hk)p(u%+lic{Ib-dqRf<31tU`f1E`A2oA0yQFilp-V_}S$To`+8q66>d_lXuP zo8!xP8CgQp%jt3{Xcw2o=OpGS7y>Oj0n{VFxH(#2D!Dc)GHteyC}Bf2_AJEM z$qG{$h2S1h(9O@wsZ7l)nVe84JK0e53e0t)jFUU$RIr&a**#O3#lt0tVe>4lI`UmO zIn^ix7=*0ga9Ihn)}0a6%Ke-3D?}J4@3-O;PRq?C-4coIPm;vWz!J1BT)6%T@V+D(P}du=+IZeU0V@AH1&{J#0U@5^<( zyov7~a0>{bSv99rHG_P@i*#nXAFuGEb?ZG_yZ5*s+l8(-iQT`#2 zVN9rwAboHHP_Y&ucpMUUA zGZ@Y0sgD?1KZU(cYkL3e1_Lj8;3kHnI9bZ6x}j#}@v@eci%LbGKz877ZwrX+&)E=? z;N4@eMEfkx*d3^2Yz>|~2pFr@*&!qJ2-d8&$JqDY!1KM`ZUYN-3ON95gI$4)Uda{~ zQsFSWGlf#>N->uEUT|4+tN}LNKoeP!Vq%7ScUvJ-Xy( zo|*S&$5s#;!>AGIGB%J`j2*F~pB7_7;OoGy^`V%hW&bWRHs(U}7IXBN=0^Yf5-He2A(u_?1chH7d#6pI8)u=A0dS1zvYq}iL O$mM8q_k?q7Ain|K6&&LL diff --git a/sdk_src/game/shared/swarm/asw_player_experience.cpp b/sdk_src/game/shared/swarm/asw_player_experience.cpp index 11d84ec..5b5a646 100644 --- a/sdk_src/game/shared/swarm/asw_player_experience.cpp +++ b/sdk_src/game/shared/swarm/asw_player_experience.cpp @@ -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; }