cleanup
This commit is contained in:
parent
bc578d9a4e
commit
3a70b7e902
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user