diff options
Diffstat (limited to 'src/Blocks/BlockBigFlower.h')
-rw-r--r-- | src/Blocks/BlockBigFlower.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/Blocks/BlockBigFlower.h b/src/Blocks/BlockBigFlower.h index 45ba5ac02..defe57d99 100644 --- a/src/Blocks/BlockBigFlower.h +++ b/src/Blocks/BlockBigFlower.h @@ -3,6 +3,7 @@ #include "BlockHandler.h" #include "ChunkInterface.h" +#include "../Items/ItemHandler.h" @@ -132,6 +133,7 @@ public: ) { a_ChunkInterface.SetBlock(BlockPos.x, BlockPos.y, BlockPos.z, 0, 0); + a_Player.UseEquippedItem(cItemHandler::dlaBreakBlockInstant); } } @@ -184,7 +186,3 @@ public: return 7; } } ; - - - - |