summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Blocks/BlockLadder.h2
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: