about summary refs log tree commit diff
path: root/src/engine/client/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/client/client.cpp')
-rw-r--r--src/engine/client/client.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/client/client.cpp b/src/engine/client/client.cpp
index 1c0a3a01..6d228811 100644
--- a/src/engine/client/client.cpp
+++ b/src/engine/client/client.cpp
@@ -1108,6 +1108,8 @@ void CClient::ProcessPacket(CNetChunk *pPacket)
 				for(int i = 0; i < Info.m_NumPlayers; i++)
 				{
 					str_copy(Info.m_aPlayers[i].m_aName, Up.GetString(CUnpacker::SANITIZE_CC|CUnpacker::SKIP_START_WHITESPACES), sizeof(Info.m_aPlayers[i].m_aName));
+					str_copy(Info.m_aPlayers[i].m_aClan, Up.GetString(CUnpacker::SANITIZE_CC|CUnpacker::SKIP_START_WHITESPACES), sizeof(Info.m_aPlayers[i].m_aClan));
+					Info.m_aPlayers[i].m_Country = str_toint(Up.GetString());
 					Info.m_aPlayers[i].m_Score = str_toint(Up.GetString());
 				}