mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-30 06:30:41 +00:00
FormattedCommandAlias: use new string for description
This commit is contained in:
parent
beed6efd4e
commit
ff2391e74a
@ -52,7 +52,7 @@ class FormattedCommandAlias extends Command{
|
|||||||
string $alias,
|
string $alias,
|
||||||
private array $formatStrings
|
private array $formatStrings
|
||||||
){
|
){
|
||||||
parent::__construct($alias);
|
parent::__construct($alias, KnownTranslationFactory::pocketmine_command_userDefined_description());
|
||||||
}
|
}
|
||||||
|
|
||||||
public function execute(CommandSender $sender, string $commandLabel, array $args){
|
public function execute(CommandSender $sender, string $commandLabel, array $args){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user