diff --git a/application/core/Players/Player.php b/application/core/Players/Player.php index 385f9755..0b14435b 100644 --- a/application/core/Players/Player.php +++ b/application/core/Players/Player.php @@ -264,7 +264,7 @@ class Player { * @param mixed $data */ public function setCache($cacheName, $data) { - $this->cache[$cacheName] = data; + $this->cache[$cacheName] = $data; } /**