Skip to content

Commit

Permalink
Improved onCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
Falkirks committed Dec 25, 2014
1 parent 9287caa commit d2a9644
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/specter/Specter.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,7 @@ public function onCommand(CommandSender $sender, Command $command, $label, array
break;
}
}
else{
return false;
}
return false;
}
/**
* @return SpecterInterface
Expand Down

0 comments on commit d2a9644

Please sign in to comment.