summaryrefslogtreecommitdiffstats
path: root/src/ClientHandle.cpp
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-02-16 14:46:36 +0100
committerMattes D <github@xoft.cz>2014-02-16 14:46:36 +0100
commitec37e534654a541d3e20a433c6e1fe91636a1096 (patch)
tree89020c391a543ff6d7f8e2189d21749009fc11d8 /src/ClientHandle.cpp
parentMerge branch 'master' of https://github.com/mc-server/MCServer (diff)
parentAdd Locale to ClientHandle (diff)
downloadcuberite-ec37e534654a541d3e20a433c6e1fe91636a1096.tar
cuberite-ec37e534654a541d3e20a433c6e1fe91636a1096.tar.gz
cuberite-ec37e534654a541d3e20a433c6e1fe91636a1096.tar.bz2
cuberite-ec37e534654a541d3e20a433c6e1fe91636a1096.tar.lz
cuberite-ec37e534654a541d3e20a433c6e1fe91636a1096.tar.xz
cuberite-ec37e534654a541d3e20a433c6e1fe91636a1096.tar.zst
cuberite-ec37e534654a541d3e20a433c6e1fe91636a1096.zip
Diffstat (limited to 'src/ClientHandle.cpp')
-rw-r--r--src/ClientHandle.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ClientHandle.cpp b/src/ClientHandle.cpp
index f8a707324..b46bcfd47 100644
--- a/src/ClientHandle.cpp
+++ b/src/ClientHandle.cpp
@@ -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);