From 158df3f1658d2888b51e9f5212c14c3c0f9e2d66 Mon Sep 17 00:00:00 2001 From: kremsy Date: Sat, 10 May 2014 13:35:49 +0200 Subject: [PATCH] dump playercache --- 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 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); } /**