mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-19 15:36:08 +00:00
Removed not valid TimeCommand
This commit is contained in:
@@ -31,9 +31,9 @@ class StatusCommand extends VanillaCommand{
|
||||
parent::__construct(
|
||||
$name,
|
||||
"Reads back the server's performance.",
|
||||
"/list"
|
||||
"/status"
|
||||
);
|
||||
$this->setPermission("pocketmine.command.list");
|
||||
$this->setPermission("pocketmine.command.status");
|
||||
}
|
||||
|
||||
public function execute(CommandSender $sender, $currentAlias, array $args){
|
||||
|
Reference in New Issue
Block a user