summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwilli123yao <willi123yao@gmail.com>2017-03-16 08:54:15 +0100
committerMattes D <github@xoft.cz>2017-03-16 08:54:14 +0100
commiteb7d684aad150fefae720c040d37fa5913284c90 (patch)
treeec129a2762cf3b80c5df6d6ddb801c7756933196
parentHard minimum compiler version GCC 4.8 and Clang 3.4 (#3587) (diff)
downloadcuberite-eb7d684aad150fefae720c040d37fa5913284c90.tar
cuberite-eb7d684aad150fefae720c040d37fa5913284c90.tar.gz
cuberite-eb7d684aad150fefae720c040d37fa5913284c90.tar.bz2
cuberite-eb7d684aad150fefae720c040d37fa5913284c90.tar.lz
cuberite-eb7d684aad150fefae720c040d37fa5913284c90.tar.xz
cuberite-eb7d684aad150fefae720c040d37fa5913284c90.tar.zst
cuberite-eb7d684aad150fefae720c040d37fa5913284c90.zip
-rw-r--r--src/BlockInfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/BlockInfo.cpp b/src/BlockInfo.cpp
index faa2e2808..fc739a60d 100644
--- a/src/BlockInfo.cpp
+++ b/src/BlockInfo.cpp
@@ -516,6 +516,7 @@ void cBlockInfo::Initialize(cBlockInfoArray & a_Info)
a_Info[E_BLOCK_COBWEB ].m_IsSolid = false;
a_Info[E_BLOCK_CROPS ].m_IsSolid = false;
a_Info[E_BLOCK_DANDELION ].m_IsSolid = false;
+ a_Info[E_BLOCK_DEAD_BUSH ].m_IsSolid = false;
a_Info[E_BLOCK_DETECTOR_RAIL ].m_IsSolid = false;
a_Info[E_BLOCK_END_GATEWAY ].m_IsSolid = false;
a_Info[E_BLOCK_END_PORTAL ].m_IsSolid = false;