diff options
Diffstat (limited to '')
-rw-r--r-- | src/Blocks/BlockLadder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Blocks/BlockLadder.h b/src/Blocks/BlockLadder.h index 06ef2b01c..bab51b2d3 100644 --- a/src/Blocks/BlockLadder.h +++ b/src/Blocks/BlockLadder.h @@ -31,7 +31,7 @@ public: return false; } - return cBlockInfo::IsSolid(a_BlockType); + return cBlockInfo::FullyOccupiesVoxel(a_BlockType); } private: |