mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-18 19:55:33 +00:00
Fix
This commit is contained in:
parent
6ff6a5fc91
commit
5a71043ab0
@ -79,9 +79,9 @@ class Player{
|
||||
private $received = array();
|
||||
public $realmsData = array();
|
||||
|
||||
public function &__get($name){
|
||||
public function __get($name){
|
||||
if(isset($this->{$name})){
|
||||
return $this->{$name};
|
||||
return ($this->{$name});
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user