Removed redundant Block constructor overrides

This commit is contained in:
Dylan K. Taylor
2017-08-17 11:42:26 +01:00
parent 5b4035253b
commit 2cd05bf5b5
8 changed files with 0 additions and 32 deletions

View File

@ -26,10 +26,6 @@ namespace pocketmine\block;
class PoweredRail extends Rail{
protected $id = self::POWERED_RAIL;
public function __construct($meta = 0){
$this->meta = $meta;
}
public function getName(){
return "Powered Rail";
}