mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 00:33:59 +00:00
Remove redundant overridden meta property from Air
This commit is contained in:
parent
e94db980d7
commit
0afe20c382
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user