Reset m_Afk

This commit is contained in:
FallenKN 2019-08-01 23:07:40 +02:00
parent b2d3df8f75
commit a03b4f0cee

View file

@ -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);