mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Entity: Remove some unused properties
This commit is contained in:
@ -341,9 +341,6 @@ abstract class Entity extends Location implements Metadatable, EntityIds{
|
||||
/** @var DataPropertyManager */
|
||||
protected $propertyManager;
|
||||
|
||||
public $passenger = null;
|
||||
public $vehicle = null;
|
||||
|
||||
/** @var Chunk|null */
|
||||
public $chunk;
|
||||
|
||||
|
Reference in New Issue
Block a user