mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Reset m_Afk
This commit is contained in:
parent
b2d3df8f75
commit
a03b4f0cee
|
@ -1765,6 +1765,7 @@ void CGameClient::CClientData::Reset()
|
|||
m_Friend = false;
|
||||
m_Foe = false;
|
||||
m_AuthLevel = AUTHED_NO;
|
||||
m_Afk = false;
|
||||
m_SkinInfo.m_Texture = g_GameClient.m_pSkins->Get(0)->m_ColorTexture;
|
||||
m_SkinInfo.m_ColorBody = ColorRGBA(1,1,1);
|
||||
m_SkinInfo.m_ColorFeet = ColorRGBA(1,1,1);
|
||||
|
|
Loading…
Reference in a new issue