Fixed ladder placing restrictions
This commit is contained in:
parent
ad216a00ab
commit
95ea581fba
@ -31,7 +31,7 @@ public:
|
||||
return false;
|
||||
}
|
||||
|
||||
return cBlockInfo::IsSolid(a_BlockType);
|
||||
return cBlockInfo::FullyOccupiesVoxel(a_BlockType);
|
||||
}
|
||||
|
||||
private:
|
||||
|
Loading…
x
Reference in New Issue
Block a user