From ff2391e74aefe904599d762e7fa6867663de2706 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Tue, 15 Nov 2022 15:26:55 +0000 Subject: [PATCH] FormattedCommandAlias: use new string for description --- src/command/FormattedCommandAlias.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command/FormattedCommandAlias.php b/src/command/FormattedCommandAlias.php index 6ec7b129a..df2b8f4fe 100644 --- a/src/command/FormattedCommandAlias.php +++ b/src/command/FormattedCommandAlias.php @@ -52,7 +52,7 @@ class FormattedCommandAlias extends Command{ string $alias, private array $formatStrings ){ - parent::__construct($alias); + parent::__construct($alias, KnownTranslationFactory::pocketmine_command_userDefined_description()); } public function execute(CommandSender $sender, string $commandLabel, array $args){