Fixed timings name

This commit is contained in:
Shoghi Cervantes
2014-09-01 01:28:42 +02:00
parent eff63a661e
commit bcdb6d8c2e

View File

@ -94,7 +94,7 @@ class TimingsCommand extends VanillaCommand{
fseek($fileTimings, 0); fseek($fileTimings, 0);
$data = [ $data = [
"public" => false, "public" => false,
"description" => $this->getName() . " Timings", "description" => $sender->getServer()->getName() . " Timings",
"files" => [ "files" => [
"timings.txt" => [ "timings.txt" => [
"content" => stream_get_contents($fileTimings) "content" => stream_get_contents($fileTimings)