This commit is contained in:
kremsy 2014-05-10 10:13:55 +02:00
parent bc578d9a4e
commit 3a70b7e902

View File

@ -40,7 +40,6 @@ class Player {
public $uploadRate = -1; public $uploadRate = -1;
public $skins = null; public $skins = null;
public $daysSinceZoneInscription = -1; public $daysSinceZoneInscription = -1;
private $cache = array();
//Flags details //Flags details
public $forcedSpectatorState = 0; public $forcedSpectatorState = 0;
@ -64,6 +63,7 @@ class Player {
* Private Properties * Private Properties
*/ */
private $maniaControl = null; private $maniaControl = null;
private $cache = array();
/** /**
* Construct a new Player * Construct a new Player