mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 11:58:00 +00:00
Fix #1037
This commit is contained in:
@@ -44,6 +44,7 @@ class Player{
|
||||
private $startAction = false;
|
||||
private $isSleeping = false;
|
||||
public $data;
|
||||
/** @var \Entity */
|
||||
public $entity = false;
|
||||
public $auth = false;
|
||||
public $CID;
|
||||
@@ -78,6 +79,8 @@ class Player{
|
||||
private $chunkCount = array();
|
||||
private $received = array();
|
||||
public $realmsData = array();
|
||||
/** @var \Level */
|
||||
public $level;
|
||||
|
||||
public function __get($name){
|
||||
if(isset($this->{$name})){
|
||||
|
Reference in New Issue
Block a user