diff --git a/application/core/Players/Player.php b/application/core/Players/Player.php index 895fcefb..b316934d 100644 --- a/application/core/Players/Player.php +++ b/application/core/Players/Player.php @@ -326,7 +326,7 @@ class Player { * Dump the Players Cache */ public function dumpCache() { - var_dump("PlayerCache:", $this->cache); + var_dump($this->cache); } /**