Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Commit

Permalink
Merge pull request #2566 from sekjun9878/master
Browse files Browse the repository at this point in the history
Fixed #2565
  • Loading branch information
msjyoo committed Jan 26, 2015
2 parents 9886eb4 + 3f2e5bb commit c56eb0b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pocketmine/block/GlassPane.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
namespace pocketmine\block;


use pocketmine\item\Item;

class GlassPane extends Thin{

protected $id = self::GLASS_PANE;
Expand All @@ -38,4 +40,7 @@ public function getHardness(){
return 1.5;
}

public function getDrops(Item $item){
return [];
}
}

0 comments on commit c56eb0b

Please sign in to comment.