mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
Fixed timings name
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user