Fixed cobweb

This commit is contained in:
Shoghi Cervantes 2013-05-26 00:49:20 +02:00
parent b39677cc96
commit 60c0345c81

View File

@ -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();