diff --git a/ASR/src/iJoshuaHD/iMCPE/ASR/Commands.php b/ASR/src/iJoshuaHD/iMCPE/ASR/Commands.php index c1af668..fd9b191 100644 --- a/ASR/src/iJoshuaHD/iMCPE/ASR/Commands.php +++ b/ASR/src/iJoshuaHD/iMCPE/ASR/Commands.php @@ -25,12 +25,10 @@ class Commands implements CommandExecutor{ if(isset($args[0])){ if(!is_numeric($args[0])){ $sender->sendMessage("[ASR] Only Numbers is prohibited."); - return; } if($args[0] > 60){ $sender->sendMessage("[ASR] It's not advised the value would be more than 60. If you want to increase it, edit the config.yml instead as this plugin won't allow you to set the value more than the said value because it's not prescribed."); $sender->sendMessage("[ASR] Only Numbers is prohibited."); - return; } $this->plugin->setValueTimer($args[0]); $sender->sendMessage("[ASR] You have set the timer to " . $args[0] . " min/s. The changes will apply after the next server restart.");