mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-03 00:25:04 +00:00
Remove redundant overridden meta property from Air
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user