mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 16:24:05 +00:00
Fixed timings name
This commit is contained in:
parent
eff63a661e
commit
bcdb6d8c2e
@ -94,7 +94,7 @@ class TimingsCommand extends VanillaCommand{
|
||||
fseek($fileTimings, 0);
|
||||
$data = [
|
||||
"public" => false,
|
||||
"description" => $this->getName() . " Timings",
|
||||
"description" => $sender->getServer()->getName() . " Timings",
|
||||
"files" => [
|
||||
"timings.txt" => [
|
||||
"content" => stream_get_contents($fileTimings)
|
||||
|
Loading…
x
Reference in New Issue
Block a user