summaryrefslogtreecommitdiffstats
path: root/src/ClientHandle.cpp
diff options
context:
space:
mode:
authorHownaer <franzi.moos@googlemail.com>2014-08-28 23:02:20 +0200
committerHownaer <franzi.moos@googlemail.com>2014-08-28 23:02:20 +0200
commit240ec9b4bdd70f29aea3340f8f684818022122fd (patch)
tree34b48e1fd0c9d5a623c99ac86da1f7f9d1688608 /src/ClientHandle.cpp
parentFire can be destroyed with the sword in creative-mode (diff)
downloadcuberite-240ec9b4bdd70f29aea3340f8f684818022122fd.tar
cuberite-240ec9b4bdd70f29aea3340f8f684818022122fd.tar.gz
cuberite-240ec9b4bdd70f29aea3340f8f684818022122fd.tar.bz2
cuberite-240ec9b4bdd70f29aea3340f8f684818022122fd.tar.lz
cuberite-240ec9b4bdd70f29aea3340f8f684818022122fd.tar.xz
cuberite-240ec9b4bdd70f29aea3340f8f684818022122fd.tar.zst
cuberite-240ec9b4bdd70f29aea3340f8f684818022122fd.zip
Diffstat (limited to 'src/ClientHandle.cpp')
-rw-r--r--src/ClientHandle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ClientHandle.cpp b/src/ClientHandle.cpp
index f9c6a664c..5ad9dc644 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;
}