From a10239c41559353358ffbd1839925b7a81440213 Mon Sep 17 00:00:00 2001 From: "luksor111@gmail.com" Date: Sun, 13 Jan 2013 12:59:48 +0000 Subject: Added missing dig status. git-svn-id: http://mc-server.googlecode.com/svn/trunk@1141 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/ClientHandle.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source/ClientHandle.cpp') diff --git a/source/ClientHandle.cpp b/source/ClientHandle.cpp index bae06713b..efe4f9c9f 100644 --- a/source/ClientHandle.cpp +++ b/source/ClientHandle.cpp @@ -575,6 +575,12 @@ void cClientHandle::HandleLeftClick(int a_BlockX, int a_BlockY, int a_BlockZ, ch return; } + case DIG_STATUS_CANCELLED: + { + // Block breaking cancelled by player + return; + } + default: { ASSERT(!"Unhandled DIG_STATUS"); -- cgit v1.2.3