summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMat <mail@mathias.is>2020-03-21 18:46:57 +0100
committerGitHub <noreply@github.com>2020-03-21 18:46:57 +0100
commitc4fc6a5343b75e9bdce0eb89202a2e5539a0a0ee (patch)
tree26baa5cbd14f010156e5009e0f3ddf967f3228f6
parentWrong overload of function push() got called when pushing a cEntity*. (#4512) (diff)
downloadcuberite-c4fc6a5343b75e9bdce0eb89202a2e5539a0a0ee.tar
cuberite-c4fc6a5343b75e9bdce0eb89202a2e5539a0a0ee.tar.gz
cuberite-c4fc6a5343b75e9bdce0eb89202a2e5539a0a0ee.tar.bz2
cuberite-c4fc6a5343b75e9bdce0eb89202a2e5539a0a0ee.tar.lz
cuberite-c4fc6a5343b75e9bdce0eb89202a2e5539a0a0ee.tar.xz
cuberite-c4fc6a5343b75e9bdce0eb89202a2e5539a0a0ee.tar.zst
cuberite-c4fc6a5343b75e9bdce0eb89202a2e5539a0a0ee.zip
-rw-r--r--src/Items/ItemDye.h2
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)