diff --git a/application/core/Players/Player.php b/application/core/Players/Player.php index 541e9370..13463301 100644 --- a/application/core/Players/Player.php +++ b/application/core/Players/Player.php @@ -40,7 +40,6 @@ class Player { public $uploadRate = -1; public $skins = null; public $daysSinceZoneInscription = -1; - private $cache = array(); //Flags details public $forcedSpectatorState = 0; @@ -64,6 +63,7 @@ class Player { * Private Properties */ private $maniaControl = null; + private $cache = array(); /** * Construct a new Player