diff options
author | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2014-07-09 20:56:50 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2014-07-09 20:56:50 +0200 |
commit | 74b6b398e7e5a2384f398b7dceaf45716bc70b6f (patch) | |
tree | e8230be6a04a1c001e4855cad11626d3c1d16271 /src/BlockInfo.cpp | |
parent | Merge pull request #1135 from mc-server/fixes (diff) | |
download | cuberite-74b6b398e7e5a2384f398b7dceaf45716bc70b6f.tar cuberite-74b6b398e7e5a2384f398b7dceaf45716bc70b6f.tar.gz cuberite-74b6b398e7e5a2384f398b7dceaf45716bc70b6f.tar.bz2 cuberite-74b6b398e7e5a2384f398b7dceaf45716bc70b6f.tar.lz cuberite-74b6b398e7e5a2384f398b7dceaf45716bc70b6f.tar.xz cuberite-74b6b398e7e5a2384f398b7dceaf45716bc70b6f.tar.zst cuberite-74b6b398e7e5a2384f398b7dceaf45716bc70b6f.zip |
Diffstat (limited to '')
-rw-r--r-- | src/BlockInfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/BlockInfo.cpp b/src/BlockInfo.cpp index 16314290a..9a953e396 100644 --- a/src/BlockInfo.cpp +++ b/src/BlockInfo.cpp @@ -365,7 +365,6 @@ void cBlockInfo::Initialize(cBlockInfoArray & a_Info) a_Info[E_BLOCK_LIGHT_WEIGHTED_PRESSURE_PLATE].m_IsSolid = false; a_Info[E_BLOCK_MELON_STEM ].m_IsSolid = false; a_Info[E_BLOCK_NETHER_PORTAL ].m_IsSolid = false; - a_Info[E_BLOCK_PISTON_EXTENSION ].m_IsSolid = false; a_Info[E_BLOCK_POTATOES ].m_IsSolid = false; a_Info[E_BLOCK_POWERED_RAIL ].m_IsSolid = false; a_Info[E_BLOCK_RAIL ].m_IsSolid = false; |