From 7e95d4be227ef051d2271d06989969f8dd20f07a Mon Sep 17 00:00:00 2001 From: Alexander Akulich Date: Sun, 24 Dec 2023 17:06:26 +0300 Subject: [PATCH] CGameClient::CClientData::Reset: Reset skin info --- src/game/client/gameclient.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/game/client/gameclient.cpp b/src/game/client/gameclient.cpp index 29063df98ec..2d400d0b834 100644 --- a/src/game/client/gameclient.cpp +++ b/src/game/client/gameclient.cpp @@ -2211,6 +2211,8 @@ void CGameClient::CClientData::Reset() m_aName[0] = 0; m_aClan[0] = 0; m_Country = -1; + m_aSkinName[0] = '\0'; + m_SkinColor = 0; m_Team = 0; m_Angle = 0; m_Emoticon = 0;