dump playercache
This commit is contained in:
parent
778dec9a7d
commit
158df3f165
@ -326,7 +326,7 @@ class Player {
|
|||||||
* Dump the Players Cache
|
* Dump the Players Cache
|
||||||
*/
|
*/
|
||||||
public function dumpCache() {
|
public function dumpCache() {
|
||||||
var_dump("PlayerCache:", $this->cache);
|
var_dump($this->cache);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user