diff options
author | Mattes D <github@xoft.cz> | 2014-09-13 17:05:59 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-09-13 17:05:59 +0200 |
commit | 5b63a7fe9864a7b1afdf526a2b3b6d29ed991b9b (patch) | |
tree | fcf2f5efe358c8c9ab7e3f54bc3a95a257e9f899 /src/ClientHandle.cpp | |
parent | Gittip is now Gratipay (diff) | |
parent | Added extra mushroom handler. (diff) | |
download | cuberite-5b63a7fe9864a7b1afdf526a2b3b6d29ed991b9b.tar cuberite-5b63a7fe9864a7b1afdf526a2b3b6d29ed991b9b.tar.gz cuberite-5b63a7fe9864a7b1afdf526a2b3b6d29ed991b9b.tar.bz2 cuberite-5b63a7fe9864a7b1afdf526a2b3b6d29ed991b9b.tar.lz cuberite-5b63a7fe9864a7b1afdf526a2b3b6d29ed991b9b.tar.xz cuberite-5b63a7fe9864a7b1afdf526a2b3b6d29ed991b9b.tar.zst cuberite-5b63a7fe9864a7b1afdf526a2b3b6d29ed991b9b.zip |
Diffstat (limited to 'src/ClientHandle.cpp')
-rw-r--r-- | src/ClientHandle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ClientHandle.cpp b/src/ClientHandle.cpp index 859185412..170498037 100644 --- a/src/ClientHandle.cpp +++ b/src/ClientHandle.cpp @@ -1063,7 +1063,7 @@ void cClientHandle::HandleBlockDigStarted(int a_BlockX, int a_BlockY, int a_Bloc (m_Player->GetWorld()->GetBlock(a_BlockX, a_BlockY, a_BlockZ) != E_BLOCK_FIRE) ) { - // Players can't destroy blocks with a Sword in the hand. + // Players can't destroy blocks with a sword in the hand. return; } |