mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Remove some redundant constructor overrides
This commit is contained in:
@ -29,10 +29,6 @@ class WoodenSlab extends Slab{
|
||||
|
||||
protected $id = self::WOODEN_SLAB;
|
||||
|
||||
public function __construct(int $meta = 0){
|
||||
$this->meta = $meta;
|
||||
}
|
||||
|
||||
public function getDoubleSlabId() : int{
|
||||
return self::DOUBLE_WOODEN_SLAB;
|
||||
}
|
||||
|
Reference in New Issue
Block a user