diff options
author | Gargaj <gargaj@conspiracy.hu> | 2015-12-13 00:02:56 +0100 |
---|---|---|
committer | Gargaj <gargaj@conspiracy.hu> | 2015-12-13 00:02:56 +0100 |
commit | 62265a0850fecf8c654edee8d63d40d82013f763 (patch) | |
tree | 84fa385535a66dd7462e3e1392df71283f3d8280 /src/Mobs/Path.cpp | |
parent | Merge pull request #2735 from SafwatHalaby/mathias2 (diff) | |
download | cuberite-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 |
Diffstat (limited to '')
-rw-r--r-- | src/Mobs/Path.cpp | 1 |
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)) ) { |