diff --git a/src/material/block/attachable/Ladder.php b/src/material/block/attachable/Ladder.php index 128361bae..7d6a50cb0 100644 --- a/src/material/block/attachable/Ladder.php +++ b/src/material/block/attachable/Ladder.php @@ -45,11 +45,11 @@ class LadderBlock extends TransparentBlock{ public function onUpdate($type){ if($type === BLOCK_UPDATE_NORMAL){ - if($this->getSide(0)->getID() === AIR){ //Replace with common break method + /*if($this->getSide(0)->getID() === AIR){ //Replace with common break method ServerAPI::request()->api->entity->drop($this, BlockAPI::getItem(LADDER, 0, 1)); $this->level->setBlock($this, new AirBlock(), true, true, true); return BLOCK_UPDATE_NORMAL; - } + }*/ } return false; }