mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-19 23:37:45 +00:00
Fix overloaded property
This commit is contained in:
@@ -30,7 +30,7 @@ class Player{
|
||||
private $server;
|
||||
private $buffer = "";
|
||||
private $nextBuffer = 0;
|
||||
private $recovery = array();
|
||||
public $recovery = array();
|
||||
private $evid = array();
|
||||
private $lastMovement = 0;
|
||||
private $timeout;
|
||||
|
Reference in New Issue
Block a user