From 3a70b7e902a04083854b39a9ad4e12da710b9f22 Mon Sep 17 00:00:00 2001 From: kremsy Date: Sat, 10 May 2014 10:13:55 +0200 Subject: [PATCH] cleanup --- application/core/Players/Player.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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