dump playercache

This commit is contained in:
kremsy 2014-05-10 13:35:49 +02:00
parent 778dec9a7d
commit 158df3f165

View File

@ -326,7 +326,7 @@ class Player {
* Dump the Players Cache
*/
public function dumpCache() {
var_dump("PlayerCache:", $this->cache);
var_dump($this->cache);
}
/**