summaryrefslogtreecommitdiffstats
path: root/src/ClientHandle.cpp
diff options
context:
space:
mode:
authorandrew <xdotftw@gmail.com>2014-02-15 19:06:47 +0100
committerandrew <xdotftw@gmail.com>2014-02-15 19:06:47 +0100
commitcf96e69716e0ccd0657cf275720bb11b915361c4 (patch)
tree19f61e8cf59268a249be7320a6a085783b832b06 /src/ClientHandle.cpp
parentEmptyMap item handler (diff)
downloadcuberite-cf96e69716e0ccd0657cf275720bb11b915361c4.tar
cuberite-cf96e69716e0ccd0657cf275720bb11b915361c4.tar.gz
cuberite-cf96e69716e0ccd0657cf275720bb11b915361c4.tar.bz2
cuberite-cf96e69716e0ccd0657cf275720bb11b915361c4.tar.lz
cuberite-cf96e69716e0ccd0657cf275720bb11b915361c4.tar.xz
cuberite-cf96e69716e0ccd0657cf275720bb11b915361c4.tar.zst
cuberite-cf96e69716e0ccd0657cf275720bb11b915361c4.zip
Diffstat (limited to 'src/ClientHandle.cpp')
-rw-r--r--src/ClientHandle.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ClientHandle.cpp b/src/ClientHandle.cpp
index a2cbaefff..ff8775771 100644
--- a/src/ClientHandle.cpp
+++ b/src/ClientHandle.cpp
@@ -1199,6 +1199,8 @@ void cClientHandle::HandleSlotSelected(short a_SlotNum)
if (Map != NULL)
{
+ Map->UpdateRadius(*m_Player, 128); // Temporary
+
// TODO 2014-02-14 xdot: Optimization - Do not send the whole map.
Map->SendTo(*this);
}