diff options
Diffstat (limited to 'protocols/Steam/src/steam_thread.cpp')
| -rw-r--r-- | protocols/Steam/src/steam_thread.cpp | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/protocols/Steam/src/steam_thread.cpp b/protocols/Steam/src/steam_thread.cpp index e528092d03..c0b410fab0 100644 --- a/protocols/Steam/src/steam_thread.cpp +++ b/protocols/Steam/src/steam_thread.cpp @@ -68,7 +68,9 @@ void CSteamProto::PollStatus(const char *token, const char *sessionId, UINT32 me  				if (IsMe(steamId))
  				{
  					debugLogA("Change own status to %i", status);
 -					SetStatus(status);
 +					WORD oldStatus = m_iStatus;
 +					m_iStatus = m_iDesiredStatus = status;
 +					ProtoBroadcastAck(NULL, ACKTYPE_STATUS, ACKRESULT_SUCCESS, (HANDLE)oldStatus, m_iStatus);
  				}
  				else
  				{
  | 
