Fix overloaded property

This commit is contained in:
Shoghi Cervantes 2013-06-07 17:36:57 +02:00
parent 6a13705970
commit 64dca86342

View File

@ -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;