diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Items/ItemDye.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Items/ItemDye.h b/src/Items/ItemDye.h index 7a119437e..839982d74 100644 --- a/src/Items/ItemDye.h +++ b/src/Items/ItemDye.h @@ -167,8 +167,6 @@ public: case E_BLOCK_TALL_GRASS: case E_BLOCK_COCOA_POD: - case E_BLOCK_SUGARCANE: - case E_BLOCK_CACTUS: { // Always try to grow 1 stage: if (a_World.GrowPlantAt(a_BlockPos, 1) <= 0) |