mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 11:58:00 +00:00
Drop useless usage translation strings for commands with no parameters
This commit is contained in:
@@ -39,8 +39,7 @@ class StatusCommand extends VanillaCommand{
|
||||
public function __construct(string $name){
|
||||
parent::__construct(
|
||||
$name,
|
||||
KnownTranslationFactory::pocketmine_command_status_description(),
|
||||
KnownTranslationFactory::pocketmine_command_status_usage()
|
||||
KnownTranslationFactory::pocketmine_command_status_description()
|
||||
);
|
||||
$this->setPermission(DefaultPermissionNames::COMMAND_STATUS);
|
||||
}
|
||||
|
Reference in New Issue
Block a user