Merge pull request #8057 from Robyt3/Skin-Trunc-Crash-Fix

Fix client crash due to truncated skin name
This commit is contained in:
Emir Marincic 2024-03-03 18:26:50 +01:00 committed by GitHub
commit b031b7bdaa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@ class CTeeInfo
public:
constexpr static const float ms_DarkestLGT7 = 61 / 255.0f;
char m_aSkinName[64] = {'\0'};
char m_aSkinName[24] = {'\0'};
int m_UseCustomColor = 0;
int m_ColorBody = 0;
int m_ColorFeet = 0;