summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockHandler.cpp
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2014-09-17 23:32:14 +0200
committermadmaxoft <github@xoft.cz>2014-09-17 23:32:14 +0200
commit95af3eb526dc8d3289d6b1ced6462283a6ebb6b3 (patch)
tree2e6ef1053c1ec5c9e70bc594002db1eba491f267 /src/Blocks/BlockHandler.cpp
parentVoronoi biomegen: Added JitterSize and OddRowOffset. (diff)
downloadcuberite-95af3eb526dc8d3289d6b1ced6462283a6ebb6b3.tar
cuberite-95af3eb526dc8d3289d6b1ced6462283a6ebb6b3.tar.gz
cuberite-95af3eb526dc8d3289d6b1ced6462283a6ebb6b3.tar.bz2
cuberite-95af3eb526dc8d3289d6b1ced6462283a6ebb6b3.tar.lz
cuberite-95af3eb526dc8d3289d6b1ced6462283a6ebb6b3.tar.xz
cuberite-95af3eb526dc8d3289d6b1ced6462283a6ebb6b3.tar.zst
cuberite-95af3eb526dc8d3289d6b1ced6462283a6ebb6b3.zip
Diffstat (limited to 'src/Blocks/BlockHandler.cpp')
-rw-r--r--src/Blocks/BlockHandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Blocks/BlockHandler.cpp b/src/Blocks/BlockHandler.cpp
index cee2f4b99..30b303cfd 100644
--- a/src/Blocks/BlockHandler.cpp
+++ b/src/Blocks/BlockHandler.cpp
@@ -427,7 +427,7 @@ void cBlockHandler::DropBlock(cChunkInterface & a_ChunkInterface, cWorldInterfac
if (a_CanDrop)
{
if ((a_Digger != NULL) && (a_Digger->GetEquippedWeapon().m_Enchantments.GetLevel(cEnchantments::enchSilkTouch) > 0))
- {
+ {
switch (m_BlockType)
{
case E_BLOCK_CAKE: