diff options
author | madmaxoft <github@xoft.cz> | 2014-09-17 23:32:14 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-09-17 23:32:14 +0200 |
commit | 95af3eb526dc8d3289d6b1ced6462283a6ebb6b3 (patch) | |
tree | 2e6ef1053c1ec5c9e70bc594002db1eba491f267 /src/Blocks/BlockHandler.cpp | |
parent | Voronoi biomegen: Added JitterSize and OddRowOffset. (diff) | |
download | cuberite-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 '')
-rw-r--r-- | src/Blocks/BlockHandler.cpp | 2 |
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: |