mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 10:53:05 +00:00
Remove some redundant constructor overrides
This commit is contained in:
@ -27,10 +27,6 @@ class Purpur extends Quartz{
|
||||
|
||||
protected $id = self::PURPUR_BLOCK;
|
||||
|
||||
public function __construct(int $meta = 0){
|
||||
$this->meta = $meta;
|
||||
}
|
||||
|
||||
public function getName() : string{
|
||||
static $names = [
|
||||
self::NORMAL => "Purpur Block",
|
||||
|
Reference in New Issue
Block a user