summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHowaner <franzi.moos@googlemail.com>2014-06-17 13:25:36 +0200
committerHowaner <franzi.moos@googlemail.com>2014-06-17 13:25:36 +0200
commitda88c980347aac9562e3f4862ba76948d4d6f120 (patch)
treecdd1578833afc2a0d0b7a00265b5adee5dd2eca2
parentRevert "Fix right click bugs." (diff)
downloadcuberite-da88c980347aac9562e3f4862ba76948d4d6f120.tar
cuberite-da88c980347aac9562e3f4862ba76948d4d6f120.tar.gz
cuberite-da88c980347aac9562e3f4862ba76948d4d6f120.tar.bz2
cuberite-da88c980347aac9562e3f4862ba76948d4d6f120.tar.lz
cuberite-da88c980347aac9562e3f4862ba76948d4d6f120.tar.xz
cuberite-da88c980347aac9562e3f4862ba76948d4d6f120.tar.zst
cuberite-da88c980347aac9562e3f4862ba76948d4d6f120.zip
-rw-r--r--src/ClientHandle.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ClientHandle.cpp b/src/ClientHandle.cpp
index 06c389d99..683ee418c 100644
--- a/src/ClientHandle.cpp
+++ b/src/ClientHandle.cpp
@@ -954,6 +954,7 @@ void cClientHandle::HandleBlockDigStarted(int a_BlockX, int a_BlockY, int a_Bloc
m_LastDigBlockY = a_BlockY;
m_LastDigBlockZ = a_BlockZ;
+ // Check for clickthrough-blocks:
if (a_BlockFace != BLOCK_FACE_NONE)
{
int pX = a_BlockX;