diff options
author | Hownaer <franzi.moos@googlemail.com> | 2014-08-28 23:02:20 +0200 |
---|---|---|
committer | Hownaer <franzi.moos@googlemail.com> | 2014-08-28 23:02:20 +0200 |
commit | 240ec9b4bdd70f29aea3340f8f684818022122fd (patch) | |
tree | 34b48e1fd0c9d5a623c99ac86da1f7f9d1688608 /src/ClientHandle.cpp | |
parent | Fire can be destroyed with the sword in creative-mode (diff) | |
download | cuberite-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 '')
-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 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; } |