Remove unnecessary Overrides in Default commands.

This commit is contained in:
EvilSeph
2012-11-15 23:03:03 -05:00
parent b2870e185a
commit d31ca9e797
29 changed files with 0 additions and 145 deletions

View File

@@ -44,11 +44,6 @@ public class SayCommand extends VanillaCommand {
return true;
}
@Override
public boolean matches(String input) {
return input.equalsIgnoreCase("say");
}
@Override
public List<String> tabComplete(CommandSender sender, String alias, String[] args) throws IllegalArgumentException {
Validate.notNull(sender, "Sender cannot be null");