mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-10 05:34:54 +00:00
Fix overloaded property
This commit is contained in:
parent
6a13705970
commit
64dca86342
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user