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