summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMasy98 <masy@antheruscraft.de>2014-07-15 20:34:49 +0200
committerMasy98 <masy@antheruscraft.de>2014-07-15 20:34:49 +0200
commitb5794517315f3e08d847332111537068e2b8af53 (patch)
treec8d695d3406d850253f1e263cf8cc10129162c6d /src
parentRemoved Stairs and carpet from the "isSolid" list to prevent mobs falling through them. (diff)
downloadcuberite-b5794517315f3e08d847332111537068e2b8af53.tar
cuberite-b5794517315f3e08d847332111537068e2b8af53.tar.gz
cuberite-b5794517315f3e08d847332111537068e2b8af53.tar.bz2
cuberite-b5794517315f3e08d847332111537068e2b8af53.tar.lz
cuberite-b5794517315f3e08d847332111537068e2b8af53.tar.xz
cuberite-b5794517315f3e08d847332111537068e2b8af53.tar.zst
cuberite-b5794517315f3e08d847332111537068e2b8af53.zip
Diffstat (limited to 'src')
-rw-r--r--src/BlockInfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/BlockInfo.cpp b/src/BlockInfo.cpp
index 548b87ca8..b4b98a2f0 100644
--- a/src/BlockInfo.cpp
+++ b/src/BlockInfo.cpp
@@ -489,7 +489,6 @@ void cBlockInfo::Initialize(cBlockInfoArray & a_Info)
a_Info[E_BLOCK_ACTIVATOR_RAIL ].m_IsSolid = false;
a_Info[E_BLOCK_AIR ].m_IsSolid = false;
a_Info[E_BLOCK_BIG_FLOWER ].m_IsSolid = false;
- a_Info[E_BLOCK_BRICK_STAIRS ].m_IsSolid = false;
a_Info[E_BLOCK_BROWN_MUSHROOM ].m_IsSolid = false;
a_Info[E_BLOCK_CAKE ].m_IsSolid = false;
a_Info[E_BLOCK_CARROTS ].m_IsSolid = false;