summaryrefslogtreecommitdiffstats
path: root/source/cClientHandle.cpp
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-03-24 13:10:23 +0100
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-03-24 13:10:23 +0100
commit3c3d1c60a3b4b194616afcd536fa1ddb772be2f7 (patch)
tree2b640c3f771a0bdeeb91ee431c11a2da50d088bd /source/cClientHandle.cpp
parentRemoved the split between 1.2.3 and 1.1, left only 1.2.3 code (diff)
downloadcuberite-3c3d1c60a3b4b194616afcd536fa1ddb772be2f7.tar
cuberite-3c3d1c60a3b4b194616afcd536fa1ddb772be2f7.tar.gz
cuberite-3c3d1c60a3b4b194616afcd536fa1ddb772be2f7.tar.bz2
cuberite-3c3d1c60a3b4b194616afcd536fa1ddb772be2f7.tar.lz
cuberite-3c3d1c60a3b4b194616afcd536fa1ddb772be2f7.tar.xz
cuberite-3c3d1c60a3b4b194616afcd536fa1ddb772be2f7.tar.zst
cuberite-3c3d1c60a3b4b194616afcd536fa1ddb772be2f7.zip
Diffstat (limited to '')
-rw-r--r--source/cClientHandle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cClientHandle.cpp b/source/cClientHandle.cpp
index 37dab9caf..268e6a510 100644
--- a/source/cClientHandle.cpp
+++ b/source/cClientHandle.cpp
@@ -95,7 +95,7 @@ int cClientHandle::s_ClientCount = 0;
cClientHandle::cClientHandle(const cSocket & a_Socket, int a_ViewDistance)
: m_ViewDistance(a_ViewDistance)
- , m_ProtocolVersion(28)
+ , m_ProtocolVersion(29)
, m_Socket(a_Socket)
, m_bDestroyed(false)
, m_Player(NULL)