Update 'ASR/src/iJoshuaHD/iMCPE/ASR/Commands.php'
This commit is contained in:
parent
1a56a025d8
commit
ba86b9d800
@ -18,7 +18,7 @@ class Commands implements CommandExecutor{
|
|||||||
$this->plugin = $plugin;
|
$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())){
|
switch(strtolower($command->getName())){
|
||||||
|
|
||||||
case "asr":
|
case "asr":
|
||||||
|
Loading…
Reference in New Issue
Block a user