1
0

Add Locale to ClientHandle

This commit is contained in:
Howaner
2014-02-16 13:26:07 +01:00
parent 707916b404
commit 48d28a0f94
5 changed files with 11 additions and 3 deletions

View File

@@ -95,6 +95,7 @@ cClientHandle::cClientHandle(const cSocket * a_Socket, int a_ViewDistance) :
m_ShouldCheckDownloaded(false),
m_NumExplosionsThisTick(0),
m_UniqueID(0),
m_Locale("en_GB"),
m_HasSentPlayerChunk(false)
{
m_Protocol = new cProtocolRecognizer(this);