diff --git a/ASR/src/iJoshuaHD/iMCPE/ASR/Commands.php b/ASR/src/iJoshuaHD/iMCPE/ASR/Commands.php index da7f285..c1af668 100644 --- a/ASR/src/iJoshuaHD/iMCPE/ASR/Commands.php +++ b/ASR/src/iJoshuaHD/iMCPE/ASR/Commands.php @@ -18,7 +18,7 @@ class Commands implements CommandExecutor{ $this->plugin = $plugin; } - public function onCommand(CommandSender $sender, Command $command, $label, array $args){ + public function onCommand(CommandSender $sender, Command $command, string $label, array $args): bool{ switch(strtolower($command->getName())){ case "asr":