From 60c0345c819ec641e086ee6612a86c175c59e35e Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Sun, 26 May 2013 00:49:20 +0200 Subject: [PATCH] Fixed cobweb --- src/material/block/solid/Cobweb.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/material/block/solid/Cobweb.php b/src/material/block/solid/Cobweb.php index 7e29a61de3..eeee02147b 100644 --- a/src/material/block/solid/Cobweb.php +++ b/src/material/block/solid/Cobweb.php @@ -25,10 +25,9 @@ the Free Software Foundation, either version 3 of the License, or */ -class CobwebBlock extends FlowableBlock{ +class CobwebBlock extends TransparentBlock{ public function __construct(){ parent::__construct(COBWEB, 0, "Cobweb"); - $this->isFlowable = true; } public function getDrops(Item $item, Player $player){ return array();