Blocks extending Thin ARE solid

This commit is contained in:
Dylan K. Taylor 2017-10-13 09:52:08 +01:00
parent 21c79b0645
commit 4b5040dcc7

View File

@ -28,10 +28,6 @@ use pocketmine\math\Vector3;
abstract class Thin extends Transparent{
public function isSolid() : bool{
return false;
}
protected function recalculateBoundingBox() : ?AxisAlignedBB{
$minX = 0.4375;