Fixed ladder placing restrictions

This commit is contained in:
Michal Havlíček 2021-12-31 16:52:39 +01:00 committed by Alexander Harkness
parent ad216a00ab
commit 95ea581fba

View File

@ -31,7 +31,7 @@ public:
return false; return false;
} }
return cBlockInfo::IsSolid(a_BlockType); return cBlockInfo::FullyOccupiesVoxel(a_BlockType);
} }
private: private: