mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-13 17:29:44 +00:00
Fixed #2565
This commit is contained in:
parent
9886eb4768
commit
3f2e5bbef4
@ -22,6 +22,8 @@
|
|||||||
namespace pocketmine\block;
|
namespace pocketmine\block;
|
||||||
|
|
||||||
|
|
||||||
|
use pocketmine\item\Item;
|
||||||
|
|
||||||
class GlassPane extends Thin{
|
class GlassPane extends Thin{
|
||||||
|
|
||||||
protected $id = self::GLASS_PANE;
|
protected $id = self::GLASS_PANE;
|
||||||
@ -38,4 +40,7 @@ class GlassPane extends Thin{
|
|||||||
return 1.5;
|
return 1.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getDrops(Item $item){
|
||||||
|
return [];
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user