diff --git a/src/material/block/misc/TNT.php b/src/material/block/misc/TNT.php index edab02619..9c39a60c8 100644 --- a/src/material/block/misc/TNT.php +++ b/src/material/block/misc/TNT.php @@ -29,11 +29,4 @@ class TNTBlock extends SolidBlock{ public function __construct(){ parent::__construct(TNT, 0, "TNT"); } - public function getDrops(Item $item, Player $player){ - if($this->inWorld === true){ - $ex = new Explosion(ServerAPI::request()->api->block, $this, 0.5); - $ex->explode(); - } - return array(); - } } \ No newline at end of file