diff --git a/src/world/Entity.php b/src/world/Entity.php index c7f9f2e0d..baa0618b2 100644 --- a/src/world/Entity.php +++ b/src/world/Entity.php @@ -400,7 +400,7 @@ class Entity extends Position{ $support = true; $isFlying = false; break; - }elseif(($b instanceof LiquidBlock) or $b->getID() === COBWEB or $b->getID() === LADDER){ + }elseif(($b instanceof LiquidBlock) or $b->getID() === COBWEB or $b->getID() === LADDER or $b->getID() === FENCE){ $isFlying = false; } }