Removed not valid TimeCommand

This commit is contained in:
Shoghi Cervantes
2014-05-23 22:46:08 +02:00
parent 683ab8d2cd
commit a2b3a4bb90
5 changed files with 9 additions and 77 deletions

View File

@@ -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){