summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGargaj <gargaj@conspiracy.hu>2015-12-13 00:02:56 +0100
committerGargaj <gargaj@conspiracy.hu>2015-12-13 00:02:56 +0100
commit62265a0850fecf8c654edee8d63d40d82013f763 (patch)
tree84fa385535a66dd7462e3e1392df71283f3d8280
parentMerge pull request #2735 from SafwatHalaby/mathias2 (diff)
downloadcuberite-62265a0850fecf8c654edee8d63d40d82013f763.tar
cuberite-62265a0850fecf8c654edee8d63d40d82013f763.tar.gz
cuberite-62265a0850fecf8c654edee8d63d40d82013f763.tar.bz2
cuberite-62265a0850fecf8c654edee8d63d40d82013f763.tar.lz
cuberite-62265a0850fecf8c654edee8d63d40d82013f763.tar.xz
cuberite-62265a0850fecf8c654edee8d63d40d82013f763.tar.zst
cuberite-62265a0850fecf8c654edee8d63d40d82013f763.zip
-rw-r--r--src/Mobs/Path.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Mobs/Path.cpp b/src/Mobs/Path.cpp
index 06e2afc3f..b98dd0d10 100644
--- a/src/Mobs/Path.cpp
+++ b/src/Mobs/Path.cpp
@@ -148,6 +148,7 @@ bool cPath::IsSolid(const Vector3i & a_Location)
(BlockType == E_BLOCK_FENCE) ||
(BlockType == E_BLOCK_OAK_FENCE_GATE) ||
(BlockType == E_BLOCK_NETHER_BRICK_FENCE) ||
+ (BlockType == E_BLOCK_COBBLESTONE_WALL) ||
((BlockType >= E_BLOCK_SPRUCE_FENCE_GATE) && (BlockType <= E_BLOCK_ACACIA_FENCE))
)
{