mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 19:02:59 +00:00
Removed redundant Block constructor overrides
This commit is contained in:
@ -40,10 +40,6 @@ class StoneSlab extends WoodenSlab{
|
||||
|
||||
protected $doubleId = self::DOUBLE_STONE_SLAB;
|
||||
|
||||
public function __construct($meta = 0){
|
||||
$this->meta = $meta;
|
||||
}
|
||||
|
||||
public function getHardness(){
|
||||
return 2;
|
||||
}
|
||||
|
Reference in New Issue
Block a user