summaryrefslogtreecommitdiffstats
path: root/src/ClientHandle.cpp
diff options
context:
space:
mode:
authorHowaner <franzi.moos@googlemail.com>2014-02-16 13:26:07 +0100
committerHowaner <franzi.moos@googlemail.com>2014-02-16 13:26:07 +0100
commit48d28a0f94ab168b7cb022107f6a62e3250043bc (patch)
tree5df314617f7be4ac9946820d163300ec8433ce1d /src/ClientHandle.cpp
parentReplace random Float Generation and broadcast the Exp Pickup Sound (diff)
downloadcuberite-48d28a0f94ab168b7cb022107f6a62e3250043bc.tar
cuberite-48d28a0f94ab168b7cb022107f6a62e3250043bc.tar.gz
cuberite-48d28a0f94ab168b7cb022107f6a62e3250043bc.tar.bz2
cuberite-48d28a0f94ab168b7cb022107f6a62e3250043bc.tar.lz
cuberite-48d28a0f94ab168b7cb022107f6a62e3250043bc.tar.xz
cuberite-48d28a0f94ab168b7cb022107f6a62e3250043bc.tar.zst
cuberite-48d28a0f94ab168b7cb022107f6a62e3250043bc.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);