Remove redundant overridden meta property from Air

This commit is contained in:
Dylan K. Taylor 2017-11-30 11:10:07 +00:00
parent e94db980d7
commit 0afe20c382

View File

@ -33,7 +33,6 @@ use pocketmine\math\AxisAlignedBB;
class Air extends Transparent{
protected $id = self::AIR;
protected $meta = 0;
public function __construct(int $meta = 0){
$this->meta = $meta;